Skip to content

Commit

Permalink
Bump log from 0.4.21 to 0.4.22 (#50)
Browse files Browse the repository at this point in the history
Bumps [log](https://github.com/rust-lang/log) from 0.4.21 to 0.4.22.
- [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.21...0.4.22)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 20ce423 commit 15e00aa
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 src/libraries/sdrehub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords.workspace = true

[dependencies]
tokio = { version = "1.38.0", features = ["full", "tracing"] }
log = "0.4.21"
log = "0.4.22"
sh-config = { path = "../sh-config" }
sh-api = { path = "../sh-api" }
sh-common = { path = "../sh-common" }
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/sh-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ keywords.workspace = true
[dependencies]
async-trait = "0.1.80"
axum = { version = "0.7.5", features = ["ws"] }
log = "0.4.21"
log = "0.4.22"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
sh-common = { path = "../sh-common" }
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/sh-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ keywords.workspace = true
[dependencies]
figment = { version = "0.10.19", features = ["toml", "env"] }
sdre-rust-logging = "0.3.2"
log = "0.4.21"
log = "0.4.22"
serde = { version = "1.0.203", features = ["derive"] }
serde-inline-default = "0.2.0"
toml = "0.8.14"
Expand Down

0 comments on commit 15e00aa

Please sign in to comment.