Skip to content

Commit

Permalink
fix(deps): update rust crate salvo to 0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 4bf161e commit 9ba9b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/salvo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
authors = ["Chrislearn Young <[email protected]>"]

[dependencies]
salvo = { version = "0.74", default-features = false, features = ["server", "http1"]}
salvo = { version = "0.75", default-features = false, features = ["server", "http1"]}
tokio = { version = "1", features = ["full"] }

[profile.release]
Expand Down

0 comments on commit 9ba9b76

Please sign in to comment.