Skip to content

Commit

Permalink
Bump log from 0.4.20 to 0.4.21
Browse files Browse the repository at this point in the history
Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.20...0.4.21)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent a20c9e1 commit c609d77
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -12,7 +12,7 @@ license.workspace = true
rust-version.workspace = true

[dependencies]
log = "0.4.20"
log = "0.4.21"
tokio = { version = "1.36.0", features = ["full", "tracing"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
Expand Down
2 changes: 1 addition & 1 deletion rust/libraries/acars_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition.workspace = true

[dependencies]
clap = { version = "4.4.18", features = ["derive", "env"] }
log = "0.4.20"
log = "0.4.21"
sdre-rust-logging = "0.2.2"
2 changes: 1 addition & 1 deletion rust/libraries/acars_connection_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition.workspace = true
[dependencies]
sdre-stubborn-io = "0.5.2"
#sdre-stubborn-io = "0.4.4"
log = "0.4.20"
log = "0.4.21"
tokio = { version = "1.36.0", features = ["full", "tracing"] }
tokio-util = { version = "0.7.10", features = ["full"] }
tokio-stream = "0.1.14"
Expand Down

0 comments on commit c609d77

Please sign in to comment.