Skip to content

Commit

Permalink
chore(deps): update salvo-http3 requirement from 0.2.0 to 0.3.0 (#829)
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: salvo-http3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 5, 2024
1 parent d489e58 commit b068552
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.68.4", path = "crates/cache", default-features = fa
salvo-cors = { version = "0.68.4", path = "crates/cors", default-features = false }
salvo-csrf = { version = "0.68.4", path = "crates/csrf", default-features = false }
salvo-flash = { version = "0.68.4", path = "crates/flash", default-features = false }
salvo-http3 = { version = "0.2.0", default-features = false }
salvo-http3 = { version = "0.3.0", default-features = false }
salvo-jwt-auth = { version = "0.68.4", path = "crates/jwt-auth", default-features = false }
salvo-oapi = { version = "0.68.4", path = "./crates/oapi", default-features = false }
salvo-oapi-macros = { version = "0.68.4", path = "crates/oapi-macros", default-features = false }
Expand Down

0 comments on commit b068552

Please sign in to comment.