Skip to content

Commit

Permalink
Bump phf_shared from 0.11.2 to 0.11.3
Browse files Browse the repository at this point in the history
Bumps [phf_shared](https://github.com/rust-phf/rust-phf) from 0.11.2 to 0.11.3.
- [Release notes](https://github.com/rust-phf/rust-phf/releases)
- [Changelog](https://github.com/rust-phf/rust-phf/blob/master/RELEASE_PROCESS.md)
- [Commits](rust-phf/rust-phf@phf_shared-v0.11.2...phf_shared-v0.11.3)

---
updated-dependencies:
- dependency-name: phf_shared
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent bc3c98b commit a5b5cfc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
16 changes: 5 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ once_cell = "1.20.2"
ctrlc = { version = "3.4.5", features = ["termination"] }
rfd = "0.15.1"
phf = "0.11.2"
phf_shared = "0.11.2"
phf_shared = "0.11.3"
splines = "4.4.1"
clap = { version = "4.5.23", features = ["derive"] }

Expand All @@ -75,7 +75,7 @@ serial_test = { version = "3.2.0", default-features = false }

[build-dependencies]
phf_codegen = "0.11.2"
phf_shared = "0.11.2"
phf_shared = "0.11.3"
rustrict = { version = "0.7.33", default-features = false, features = ["censor"] }
once_cell = "1.20.2"

Expand Down

0 comments on commit a5b5cfc

Please sign in to comment.