Update rust #250

Merged
kdeng00 merged 16 commits from update_rust into main 2026-05-22 11:29:38 -04:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 23fa83b9fc - Show all commits
Generated
+2 -2
View File
@@ -114,9 +114,9 @@ dependencies = [
[[package]]
name = "axum-extra"
version = "0.12.5"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fef252edff26ddba56bbcdf2ee3307b8129acb86f5749b68990c168a6fcc9c76"
checksum = "be44683b41ccb9ab2d23a5230015c9c3c55be97a25e4428366de8873103f7970"
dependencies = [
"axum",
"axum-core",
+1 -1
View File
@@ -6,7 +6,7 @@ rust-version = "1.95"
[dependencies]
axum = { version = "0.8.9", features = ["multipart"] }
axum-extra = { version = "0.12.5", features = ["cookie"] }
axum-extra = { version = "0.12.6", features = ["cookie"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.149" }
tower = { version = "0.5.3", features = ["full"] }