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 4, 2025
1 parent 6bff13f commit d27f82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ rfd = { version = "0.15", default-features = false, features = [
rust-i18n = "3"

# Networking Libraries
axum = "0.7"
axum = "0.8"
url = "2"
mime = "0.3"
reqwest = { version = "0.12", features = ["json", "rustls-tls", "stream"] }
Expand Down

0 comments on commit d27f82b

Please sign in to comment.