Skip to content

Commit

Permalink
chore: update salvo-http3 to 0.0.3 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Jul 17, 2023
1 parent 871d5a2 commit f076dca
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 @@ -88,7 +88,7 @@ salvo-cache = { version = "0.47.0", path = "crates/cache", default-features = fa
salvo-cors = { version = "0.47.0", path = "crates/cors", default-features = false }
salvo-csrf = { version = "0.47.0", path = "crates/csrf", default-features = false }
salvo-flash = { version = "0.47.0", path = "crates/flash", default-features = false }
salvo-http3 = { version = "0.0.2", default-features = false }
salvo-http3 = { version = "0.0.3", default-features = false }
salvo-jwt-auth = { version = "0.47.0", path = "crates/jwt-auth", default-features = false }
salvo-oapi = { version = "0.47.0", path = "./crates/oapi", default-features = false }
salvo-oapi-macros = { version = "0.47.0", path = "crates/oapi-macros", default-features = false }
Expand Down

0 comments on commit f076dca

Please sign in to comment.