Compare commits
2 Commits
bf94a86ebe
...
renovate/t
| Author | SHA1 | Date | |
|---|---|---|---|
| 8bf150a277 | |||
| 6f59a25639 |
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -3481,9 +3481,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tracing-subscriber"
|
||||
version = "0.3.22"
|
||||
version = "0.3.23"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
|
||||
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
|
||||
dependencies = [
|
||||
"nu-ansi-term",
|
||||
"sharded-slab",
|
||||
|
||||
@@ -51,6 +51,6 @@ sqlx = { version = "0.7.2", default-features = false, features = [
|
||||
] }
|
||||
chrono = { version = "0.4.31", features = ["serde"] }
|
||||
nodata = { version = "0.1.0" }
|
||||
tonic = { version = "0.12.3", features = ["tls", "tls-roots"] }
|
||||
tonic = { version = "0.14.0", features = ["tls", "tls-roots"] }
|
||||
|
||||
pretty_assertions = "1.4.0"
|
||||
|
||||
Reference in New Issue
Block a user