Skip to content

Commit 0cb5aed

Browse files
chore(deps): update rust crate ctor to v1
1 parent 41fdca7 commit 0cb5aed

2 files changed

Lines changed: 12 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 15 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
@@ -33,7 +33,7 @@ serde_with = "3"
3333
aes-gcm = { version = "0.10", optional = true }
3434
getrandom = { version = "0.3", optional = true, features = ["std"] }
3535
serialize-to-javascript = { version = "0.1.2", optional = true }
36-
ctor = { version = "0.8", default-features = false, features = [
36+
ctor = { version = "1.0", default-features = false, features = [
3737
"std",
3838
"proc_macro",
3939
] }

0 commit comments

Comments
 (0)