Skip to content

Commit

Permalink
Merge pull request #767 from gosub-io/dependabot/cargo/phf-0.11.3
Browse files Browse the repository at this point in the history
Bump phf from 0.11.2 to 0.11.3
  • Loading branch information
jaytaph authored Jan 13, 2025
2 parents 2ab3d74 + 870a7c7 commit eac6a16
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
24 changes: 9 additions & 15 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/gosub_html5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gosub_shared = { version = "0.1.1", registry = "gosub", path = "../gosub_shared"
gosub_interface = { version = "0.1.1", registry = "gosub", path = "../gosub_interface", features = [] }
gosub_css3 = { version = "0.1.1", registry = "gosub", path = "../gosub_css3", features = [] }
derive_more = { version = "1", features = ["from", "display"] }
phf = { version = "0.11.2", features = ["macros"] }
phf = { version = "0.11.3", features = ["macros"] }
lazy_static = "1.5"
thiserror = "2.0.11"
url = { version = "2.5.4", features = [] }
Expand Down

0 comments on commit eac6a16

Please sign in to comment.