Skip to content

Commit 00ff832

Browse files
chore(deps): update rust crate phf to 0.14
1 parent 7632efd commit 00ff832

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tauri-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde = { version = "1", features = ["derive"] }
1717
serde_json = "1"
1818
anyhow = "1"
1919
thiserror = "2"
20-
phf = { version = "0.13", features = ["macros"] }
20+
phf = { version = "0.14", features = ["macros"] }
2121
brotli = { version = "8", optional = true, default-features = false, features = [
2222
"std",
2323
] }

0 commit comments

Comments
 (0)