Skip to content

Commit

Permalink
Bump sdre-rust-logging from 0.3.4 to 0.3.5
Browse files Browse the repository at this point in the history
Bumps [sdre-rust-logging](https://github.com/sdr-enthusiasts/sdre-rust-logging) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/sdr-enthusiasts/sdre-rust-logging/releases)
- [Commits](https://github.com/sdr-enthusiasts/sdre-rust-logging/commits)

---
updated-dependencies:
- dependency-name: sdre-rust-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 2, 2024
1 parent c686efc commit 37ad0bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/bin/acars_router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ tokio = { version = "1.41.0", features = ["full", "tracing"] }
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"
acars_config = { path = "../../libraries/acars_config" }
sdre-rust-logging = "0.3.4"
sdre-rust-logging = "0.3.5"
acars_connection_manager = { path = "../../libraries/acars_connection_manager" }
2 changes: 1 addition & 1 deletion rust/libraries/acars_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition.workspace = true
[dependencies]
clap = { version = "4.5.20", features = ["derive", "env"] }
log = "0.4.22"
sdre-rust-logging = "0.3.4"
sdre-rust-logging = "0.3.5"

0 comments on commit 37ad0bb

Please sign in to comment.