Skip to content

Commit 2a42535

Browse files
Bump phf from 0.11.3 to 0.13.1 (RustPython#6345)
Bumps [phf](https://github.com/rust-phf/rust-phf) from 0.11.3 to 0.13.1. - [Release notes](https://github.com/rust-phf/rust-phf/releases) - [Changelog](https://github.com/rust-phf/rust-phf/blob/main/RELEASE_PROCESS.md) - [Commits](rust-phf/rust-phf@phf-v0.11.3...v0.13.1) --- updated-dependencies: - dependency-name: phf dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4592787 commit 2a42535

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

Cargo.lock

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

crates/stdlib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ num-integer = { workspace = true }
4444
num-traits = { workspace = true }
4545
num_enum = { workspace = true }
4646
parking_lot = { workspace = true }
47-
phf = { version = "0.11", features = ["macros"] }
47+
phf = { version = "0.13", features = ["macros"] }
4848

4949
memchr = { workspace = true }
5050
base64 = "0.22"

0 commit comments

Comments
 (0)