Skip to content

Commit 646aeac

Browse files
chore(deps): update rust crate ctor to 0.4
1 parent d9d93b7 commit 646aeac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/updater/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ time = { workspace = true, features = ["parsing", "formatting"] }
3434
http = "1"
3535
url = { version = "2", features = ["serde"] }
3636
minisign-verify = "0.2"
37-
ctor = "0.2"
37+
ctor = "0.4"
3838
tempfile = "3.12"
3939

4040
[target."cfg(target_os = \"macos\")".dependencies]

crates/utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = { workspace = true }
88
repository = { workspace = true }
99

1010
[dependencies]
11-
ctor = "0.2"
11+
ctor = "0.4"
1212
schemars = { workspace = true, optional = true }
1313
clap = { workspace = true, optional = true }
1414
serde = { workspace = true, optional = true }

0 commit comments

Comments
 (0)