1 Commits

Author SHA1 Message Date
c5c2112f21 fix(deps): update aws-sdk-rust monorepo 2025-04-25 00:25:45 +00:00
2 changed files with 187 additions and 204 deletions

387
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -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.42.0"
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",