Skip to content

Commit

Permalink
chore(deps): update rust-embed requirement from >= 6, <= 8 to >= 6, <…
Browse files Browse the repository at this point in the history
…= 9 (#546)

Updates the requirements on [rust-embed](https://github.com/pyros2097/rust-embed) to permit the latest version.
- [Changelog](https://github.com/pyrossh/rust-embed/blob/master/changelog.md)
- [Commits](https://github.com/pyros2097/rust-embed/commits)

---
updated-dependencies:
- dependency-name: rust-embed
  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 Dec 8, 2023
1 parent 007b0d8 commit 03f1351
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 @@ -87,7 +87,7 @@ ring = "0.17"
rust_decimal = "1"
rustls = "0.21"
rustls-pemfile = "1"
rust-embed = { version = ">= 6, <= 8" }
rust-embed = { version = ">= 6, <= 9" }
salvo-utils = { version = "0.0.6", default-features = true }
salvo_macros = { version = "0.60.0", path = "crates/macros", default-features = false }
salvo_core = { version = "0.60.0", path = "crates/core", default-features = false }
Expand Down

0 comments on commit 03f1351

Please sign in to comment.