build(deps): update simple_logger requirement from 4.0 to 5.0
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](https://github.com/borntyping/rust-simple_logger/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: simple_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
dcc8e395fd
commit
3d7180f85f
|
|
@ -58,7 +58,7 @@ ttrpc-codegen = "0.4"
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ctrlc = { version = "3.0", features = ["termination"] }
|
ctrlc = { version = "3.0", features = ["termination"] }
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
simple_logger = { version = "4.0", default-features = false, features = [
|
simple_logger = { version = "5.0", default-features = false, features = [
|
||||||
"stderr",
|
"stderr",
|
||||||
] }
|
] }
|
||||||
tokio = { workspace = true, features = ["full"] }
|
tokio = { workspace = true, features = ["full"] }
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ tokio-stream = "0.1.8"
|
||||||
async-stream = "0.3.2"
|
async-stream = "0.3.2"
|
||||||
futures.workspace = true
|
futures.workspace = true
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
simple_logger = { version = "4.0", default-features = false }
|
simple_logger = { version = "5.0", default-features = false }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
tonic-build.workspace = true
|
tonic-build.workspace = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue