Skip to content

Commit ebc167c

Browse files
authored
Merge pull request #1114 from gosub-io/dependabot/cargo/phf-0.14.0
Bump phf from 0.13.1 to 0.14.0
2 parents 647f03e + 3eb056b commit ebc167c

2 files changed

Lines changed: 52 additions & 9 deletions

File tree

Cargo.lock

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

crates/gosub_html5/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gosub_shared = { version = "0.1.1", registry = "gosub", path = "../gosub_shared"
1111
gosub_interface = { version = "0.1.1", registry = "gosub", path = "../gosub_interface", features = [] }
1212
gosub_css3 = { version = "0.1.1", registry = "gosub", path = "../gosub_css3", features = [] }
1313
parking_lot = { workspace = true }
14-
phf = { version = "0.13.1", features = ["macros"] }
14+
phf = { version = "0.14.0", features = ["macros"] }
1515
lazy_static = { workspace = true }
1616
thiserror = { workspace = true }
1717
url = { workspace = true, features = [] }

0 commit comments

Comments
 (0)