chore: update nats -> async nats

This commit is contained in:
2025-03-26 21:25:12 +01:00
parent b7cc1b32c0
commit cf0e745b5b
11 changed files with 664 additions and 630 deletions

View File

@@ -11,32 +11,32 @@ tracing-subscriber.workspace = true
clap.workspace = true
dotenv.workspace = true
axum.workspace = true
prost = "0.13.2"
tonic = { version = "0.12.2", features = ["tls", "tls-native-roots"] }
uuid = { version = "1.7.0", features = ["v7", "v4"] }
async-trait = "0.1.77"
prost = "0.13"
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.0.113"
nats = "0.25.0"
serde_json = "1"
async-nats = "0.40.0"
walkdir = "2.4.0"
tar = "0.4.40"
tokio-stream = { version = "0.1.15", features = ["full"] }
rand = "0.9.0"
rand = "0.8.5"
sqlx = { version = "0.8.0", features = [
"postgres",
"runtime-tokio",
"uuid",
"chrono",
] }
chrono = "0.4.34"
git2 = "0.20.0"
rustls = { version = "0.23.12" }
chrono = "0.4"
git2 = "0.20"
rustls = { version = "0.23" }
[build-dependencies]
tonic-build = "0.12.0"
[dev-dependencies]
lazy_static = "1.4.0"
reqwest = "0.12.0"
lazy_static = "1.4"
reqwest = "0.12"