Update deps #5

Merged
phoenix merged 11 commits from update_deps into main 2026-08-15 11:00:27 -04:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit f8729dcf35 - Show all commits
Generated
+2 -2
View File
@@ -1452,9 +1452,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.150" version = "1.0.151"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
dependencies = [ dependencies = [
"indexmap", "indexmap",
"itoa", "itoa",
+1 -1
View File
@@ -10,7 +10,7 @@ description = "Auth API for soaricarus"
axum = { version = "0.8.9" } axum = { version = "0.8.9" }
openssl = { version = "0.10.81", features = ["vendored"] } openssl = { version = "0.10.81", features = ["vendored"] }
serde = { version = "1.0.229", features = ["derive"] } serde = { version = "1.0.229", features = ["derive"] }
serde_json = { version = "1.0.150" } serde_json = { version = "1.0.151" }
tokio = { version = "1.52.3", features = ["rt-multi-thread"] } tokio = { version = "1.52.3", features = ["rt-multi-thread"] }
tracing-subscriber = { version = "0.3.23" } tracing-subscriber = { version = "0.3.23" }
tower = { version = "0.5.3", features = ["full"] } tower = { version = "0.5.3", features = ["full"] }