1 Commits

Author SHA1 Message Date
c2f5117391 fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2026-01-07 01:28:36 +00:00
2 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@@ -2124,9 +2124,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
version = "0.2.180"
version = "0.2.179"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
checksum = "c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f"
[[package]]
name = "libgit2-sys"

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.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"