Skip to content

Commit

Permalink
chore(deps): update salvo-http3 requirement from 0.0.4 to 0.0.5
Browse files Browse the repository at this point in the history
Updates the requirements on [salvo-http3](https://github.com/salvo-rs/salvo-http3) to permit the latest version.
- [Changelog](https://github.com/salvo-rs/salvo-http3/blob/main/changelog-h3-quinn.md)
- [Commits](https://github.com/salvo-rs/salvo-http3/commits)

---
updated-dependencies:
- dependency-name: salvo-http3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 24, 2023
1 parent d23fc50 commit ec6de5c
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 @@ -91,7 +91,7 @@ salvo-cache = { version = "0.58.5", path = "crates/cache", default-features = fa
salvo-cors = { version = "0.58.5", path = "crates/cors", default-features = false }
salvo-csrf = { version = "0.58.5", path = "crates/csrf", default-features = false }
salvo-flash = { version = "0.58.5", path = "crates/flash", default-features = false }
salvo-http3 = { version = "0.0.4", default-features = false }
salvo-http3 = { version = "0.0.5", default-features = false }
salvo-jwt-auth = { version = "0.58.5", path = "crates/jwt-auth", default-features = false }
salvo-oapi = { version = "0.58.5", path = "./crates/oapi", default-features = false }
salvo-oapi-macros = { version = "0.58.5", path = "crates/oapi-macros", default-features = false }
Expand Down

0 comments on commit ec6de5c

Please sign in to comment.