Skip to content

Commit

Permalink
fix(deps): update rust crate axum to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent cb79282 commit b0c6c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tokio = { version = "1", features = ["bytes", "rt-multi-thread", "signal", "trac
tokio-stream = { version = "0.1", optional = true }
hyper-rustls = { version = "0.27", features = ["rustls-native-certs", "http2"], optional = true }
tokio-tungstenite = { version = "0.24.0", features = ["rustls-tls-native-roots"], optional = true }
axum = { version = "0.7", optional = true }
axum = { version = "0.8", optional = true }
tower = { version = "0.5", optional = true }

[target.'cfg(not(windows))'.dependencies]
Expand Down

0 comments on commit b0c6c91

Please sign in to comment.