Compare commits
2 Commits
b99d2c4e3f
...
renovate/t
| Author | SHA1 | Date | |
|---|---|---|---|
| 408d774649 | |||
| 338dcd9379 |
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -4073,9 +4073,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing-subscriber"
|
name = "tracing-subscriber"
|
||||||
version = "0.3.22"
|
version = "0.3.23"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
|
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"nu-ansi-term",
|
"nu-ansi-term",
|
||||||
"sharded-slab",
|
"sharded-slab",
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ tracing-subscriber.workspace = true
|
|||||||
clap.workspace = true
|
clap.workspace = true
|
||||||
dotenv.workspace = true
|
dotenv.workspace = true
|
||||||
axum.workspace = true
|
axum.workspace = true
|
||||||
prost = "0.13"
|
prost = "0.14"
|
||||||
tonic = { version = "0.12", features = ["tls", "tls-native-roots"] }
|
tonic = { version = "0.12", features = ["tls", "tls-native-roots"] }
|
||||||
uuid = { version = "1.7", features = ["v7", "v4"] }
|
uuid = { version = "1.7", features = ["v7", "v4"] }
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user