Skip to content

Commit 8316566

Browse files
chore(deps): update rust crate phf to 0.14
1 parent 6f1f9da commit 8316566

3 files changed

Lines changed: 51 additions & 8 deletions

File tree

Cargo.lock

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

crates/tauri-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ oxc_span = "0.36"
104104
oxc_allocator = "0.36"
105105
oxc_ast = "0.36"
106106
magic_string = "0.3"
107-
phf = { version = "0.13", features = ["macros"] }
107+
phf = { version = "0.14", features = ["macros"] }
108108
walkdir = "2"
109109
elf = "0.7"
110110
memchr = "2"

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)