1 Commits

Author SHA1 Message Date
b1cd9bcb34 fix(deps): update all dependencies 2026-01-17 01:27:09 +00:00
2 changed files with 466 additions and 411 deletions

869
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,7 +11,7 @@ tracing-subscriber.workspace = true
clap.workspace = true
dotenv.workspace = true
axum.workspace = true
prost = "0.14"
prost = "0.13"
tonic = { version = "0.12", features = ["tls", "tls-native-roots"] }
uuid = { version = "1.7", features = ["v7", "v4"] }
async-trait = "0.1"
@@ -19,11 +19,11 @@ 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.45.0"
walkdir = "2.4.0"
tar = "0.4.40"
tokio-stream = { version = "0.1.15", features = ["full"] }
rand = "0.8.5"
rand = "0.9.0"
sqlx = { version = "0.8.0", features = [
"postgres",
"runtime-tokio",
@@ -39,4 +39,4 @@ tonic-build = "0.12.0"
[dev-dependencies]
lazy_static = "1.4"
reqwest = "0.12"
reqwest = "0.13"