Skip to content

Commit 1905208

Browse files
chore(deps): bump phf from 0.8.0 to 0.9.0 (#51)
Bumps [phf](https://github.com/sfackler/rust-phf) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/sfackler/rust-phf/releases) - [Changelog](https://github.com/rust-phf/rust-phf/blob/master/CHANGELOG.md) - [Commits](rust-phf/rust-phf@v0.8.0...v0.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent c873b23 commit 1905208

File tree

2 files changed

+22
-33
lines changed

2 files changed

+22
-33
lines changed

Cargo.lock

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

interpreter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ name = "monkey-interpreter"
1919
path = "main.rs"
2020

2121
[dependencies]
22-
phf = { version = "0.8", features = ["macros"] }
22+
phf = { version = "0.9", features = ["macros"] }
2323
monkey-parser = { path = "../parser", version = "=0.5.0" }

0 commit comments

Comments
 (0)