Skip to content

Commit

Permalink
chore(deps): update rust crate axum to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent bc0e0aa commit 8b2a468
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 54 deletions.
160 changes: 107 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bytes = "1.5.0"
tokio = "1"
tokio-util = { version = "0.7", features = ["codec"] }
tokio-tungstenite = { version = "0.20" }
axum = { version = "0.6", default-features = false }
axum = { version = "0.7", default-features = false }
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"]}
tracing = "0.1"
Expand Down

0 comments on commit 8b2a468

Please sign in to comment.