Skip to content

Commit 24e3077

Browse files
build(deps): bump phf from 0.11.3 to 0.12.1
Bumps [phf](https://github.com/rust-phf/rust-phf) from 0.11.3 to 0.12.1. - [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-v0.11.3...v0.12.1) --- updated-dependencies: - dependency-name: phf dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5868046 commit 24e3077

File tree

2 files changed

+29
-17
lines changed

2 files changed

+29
-17
lines changed

Cargo.lock

Lines changed: 28 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
clap = { version = "4.5.40", features = ["derive"] }
8-
phf = { version = "0.11.3", features = ["macros"] }
8+
phf = { version = "0.12.1", features = ["macros"] }
99
thiserror = "2.0.12"
1010
variant_count = "1.1.0"
1111

0 commit comments

Comments
 (0)