1 Commits

Author SHA1 Message Date
aad3a322a3 fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2025-05-07 03:25:27 +00:00
2 changed files with 9 additions and 9 deletions

16
Cargo.lock generated
View File

@@ -658,11 +658,11 @@ dependencies = [
[[package]]
name = "axum"
version = "0.8.4"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5"
checksum = "6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8"
dependencies = [
"axum-core 0.5.2",
"axum-core 0.5.0",
"bytes",
"form_urlencoded",
"futures-util",
@@ -712,12 +712,12 @@ dependencies = [
[[package]]
name = "axum-core"
version = "0.5.2"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6"
checksum = "df1362f362fd16024ae199c1970ce98f9661bf5ef94b9808fee734bc3698b733"
dependencies = [
"bytes",
"futures-core",
"futures-util",
"http 1.3.1",
"http-body 1.0.1",
"http-body-util",
@@ -1370,7 +1370,7 @@ dependencies = [
"async-trait",
"aws-config",
"aws-sdk-s3",
"axum 0.8.4",
"axum 0.8.1",
"chrono",
"clap",
"dotenv",
@@ -2185,7 +2185,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets 0.48.5",
"windows-targets 0.52.6",
]
[[package]]

View File

@@ -23,7 +23,7 @@ async-nats = "0.40.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",