mirror of
https://github.com/System-End/slack-morphism-rust.git
synced 2026-04-19 19:45:13 +00:00
fix(deps): update rust crate axum to 0.8 (#304)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
cb792826ba
commit
301898b017
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue