diff --git a/crates/updater/Cargo.toml b/crates/updater/Cargo.toml index 2cf44ebb..56b750e1 100644 --- a/crates/updater/Cargo.toml +++ b/crates/updater/Cargo.toml @@ -34,7 +34,7 @@ time = { workspace = true, features = ["parsing", "formatting"] } http = "1" url = { version = "2", features = ["serde"] } minisign-verify = "0.2" -ctor = "0.2" +ctor = "0.6" tempfile = "3.12" log = "0.4" percent-encoding = "2" diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index 04750329..d3e687b5 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -8,7 +8,7 @@ license = { workspace = true } repository = { workspace = true } [dependencies] -ctor = "0.2" +ctor = "0.6" schemars = { workspace = true, optional = true } clap = { workspace = true, optional = true } serde = { workspace = true, optional = true }