Skip to content

Commit

Permalink
chore(deps): update salvo-utils requirement from 0.0.6 to 0.0.7
Browse files Browse the repository at this point in the history
Updates the requirements on [salvo-utils](https://github.com/salvo-rs/salvo-utils) to permit the latest version.
- [Commits](https://github.com/salvo-rs/salvo-utils/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 24, 2023
1 parent d23fc50 commit 3e98acf
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 @@ -82,7 +82,7 @@ rust_decimal = "1"
rustls = "0.21"
rustls-pemfile = "1"
rust-embed = { version = ">= 6, <= 8" }
salvo-utils = { version = "0.0.6", default-features = true }
salvo-utils = { version = "0.0.7", default-features = true }
salvo_macros = { version = "0.58.5", path = "crates/macros", default-features = false }
salvo_core = { version = "0.58.5", path = "crates/core", default-features = false }
salvo_extra = { version = "0.58.5", path = "crates/extra", default-features = false }
Expand Down

0 comments on commit 3e98acf

Please sign in to comment.