Skip to content

Commit

Permalink
Update salvo-http3 to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Jan 6, 2025
1 parent 95e2b35 commit dedd470
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 @@ -27,7 +27,7 @@ salvo-cache = { version = "0.76.0", path = "crates/cache", default-features = fa
salvo-cors = { version = "0.76.0", path = "crates/cors", default-features = false }
salvo-csrf = { version = "0.76.0", path = "crates/csrf", default-features = false }
salvo-flash = { version = "0.76.0", path = "crates/flash", default-features = false }
salvo-http3 = { version = "0.3.0", default-features = false }
salvo-http3 = { version = "0.4.0", default-features = false }
salvo-jwt-auth = { version = "0.76.0", path = "crates/jwt-auth", default-features = false }
salvo-oapi = { version = "0.76.0", path = "./crates/oapi", default-features = false }
salvo-oapi-macros = { version = "0.76.0", path = "crates/oapi-macros", default-features = false }
Expand Down

0 comments on commit dedd470

Please sign in to comment.