Skip to content

Commit ee68c91

Browse files
chore(deps): unpin serialize-to-javascript (#13932)
1 parent d7075b6 commit ee68c91

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
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
@@ -31,7 +31,7 @@ schemars = { version = "0.8.21", features = ["url", "uuid1"], optional = true }
3131
serde_with = "3"
3232
aes-gcm = { version = "0.10", optional = true }
3333
getrandom = { version = "0.3", optional = true, features = ["std"] }
34-
serialize-to-javascript = { version = "=0.1.1", optional = true }
34+
serialize-to-javascript = { version = "0.1.2", optional = true }
3535
ctor = "0.2"
3636
json5 = { version = "0.4", optional = true }
3737
toml = { version = "0.9", features = ["parse"] }

crates/tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ glob = "0.3"
7272
urlpattern = "0.3"
7373
mime = "0.3"
7474
data-url = { version = "0.3", optional = true }
75-
serialize-to-javascript = "=0.1.1"
75+
serialize-to-javascript = "0.1.2"
7676
image = { version = "0.25", default-features = false, optional = true }
7777
http-range = { version = "0.1", optional = true }
7878
tracing = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)