Compare commits
1 Commits
renovate/t
...
d64f8a499b
| Author | SHA1 | Date | |
|---|---|---|---|
| d64f8a499b |
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -4073,9 +4073,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tracing-subscriber"
|
||||
version = "0.3.23"
|
||||
version = "0.3.22"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
|
||||
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
|
||||
dependencies = [
|
||||
"nu-ansi-term",
|
||||
"sharded-slab",
|
||||
|
||||
@@ -12,18 +12,18 @@ clap.workspace = true
|
||||
dotenv.workspace = true
|
||||
axum.workspace = true
|
||||
prost = "0.13"
|
||||
tonic = { version = "0.14", features = ["tls", "tls-native-roots"] }
|
||||
tonic = { version = "0.12", features = ["tls", "tls-native-roots"] }
|
||||
uuid = { version = "1.7", features = ["v7", "v4"] }
|
||||
async-trait = "0.1"
|
||||
aws-config = { version = "1.5.5", features = ["behavior-version-latest"] }
|
||||
aws-sdk-s3 = { version = "1.48.0", features = ["behavior-version-latest"] }
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
async-nats = "0.40.0"
|
||||
async-nats = "0.46.0"
|
||||
walkdir = "2.4.0"
|
||||
tar = "0.4.40"
|
||||
tokio-stream = { version = "0.1.15", features = ["full"] }
|
||||
rand = "0.8.5"
|
||||
rand = "0.10.0"
|
||||
sqlx = { version = "0.8.0", features = [
|
||||
"postgres",
|
||||
"runtime-tokio",
|
||||
@@ -35,8 +35,8 @@ git2 = "0.20"
|
||||
rustls = { version = "0.23" }
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = "0.14.0"
|
||||
tonic-build = "0.12.0"
|
||||
|
||||
[dev-dependencies]
|
||||
lazy_static = "1.4"
|
||||
reqwest = "0.12"
|
||||
reqwest = "0.13"
|
||||
|
||||
Reference in New Issue
Block a user