Skip to content

Commit

Permalink
build(deps): update simple_logger requirement from 4.0 to 5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [simple_logger](https://github.com/borntyping/rust-simple_logger) to permit the latest version.
- [Release notes](https://github.com/borntyping/rust-simple_logger/releases)
- [Commits](borntyping/rust-simple_logger@v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: simple_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mxpv committed May 2, 2024
1 parent dcc8e39 commit 3d7180f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/shim-protos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ttrpc-codegen = "0.4"
[dev-dependencies]
ctrlc = { version = "3.0", features = ["termination"] }
log.workspace = true
simple_logger = { version = "4.0", default-features = false, features = [
simple_logger = { version = "5.0", default-features = false, features = [
"stderr",
] }
tokio = { workspace = true, features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/snapshots/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tokio-stream = "0.1.8"
async-stream = "0.3.2"
futures.workspace = true
log.workspace = true
simple_logger = { version = "4.0", default-features = false }
simple_logger = { version = "5.0", default-features = false }

[build-dependencies]
tonic-build.workspace = true
Expand Down

0 comments on commit 3d7180f

Please sign in to comment.