Skip to content

Commit cf6183e

Browse files
chore(deps): update rust crate json5 to v1
1 parent 546b296 commit cf6183e

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 4 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
@@ -51,7 +51,7 @@ tauri-bundler = { version = "2.7.4", default-features = false, path = "../tauri-
5151
colored = "2"
5252
serde = { version = "1", features = ["derive"] }
5353
serde_json = { version = "1", features = ["preserve_order"] }
54-
json5 = "0.4"
54+
json5 = "1.0"
5555
notify = "8"
5656
notify-debouncer-full = "0.6"
5757
shared_child = "1"

crates/tauri-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ aes-gcm = { version = "0.10", optional = true }
3333
getrandom = { version = "0.3", optional = true, features = ["std"] }
3434
serialize-to-javascript = { version = "0.1.2", optional = true }
3535
ctor = "0.2"
36-
json5 = { version = "0.4", optional = true }
36+
json5 = { version = "1.0", optional = true }
3737
toml = { version = "0.9", features = ["parse"] }
3838
json-patch = "3.0"
3939
# Our code requires at least 0.3.1

0 commit comments

Comments
 (0)