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 63ff6fd002 - Show all commits
Generated
+2 -2
View File
@@ -61,9 +61,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]] [[package]]
name = "axum" name = "axum"
version = "0.8.8" version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
dependencies = [ dependencies = [
"axum-core", "axum-core",
"bytes", "bytes",
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2024"
rust-version = "1.95" rust-version = "1.95"
[dependencies] [dependencies]
axum = { version = "0.8.8", features = ["multipart"] } axum = { version = "0.8.9", features = ["multipart"] }
axum-extra = { version = "0.12.5", features = ["cookie"] } axum-extra = { version = "0.12.5", features = ["cookie"] }
serde = { version = "1.0.228", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.149" } serde_json = { version = "1.0.149" }