diff --git a/Cargo.lock b/Cargo.lock index ed2d24502..64bd43253 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -647,9 +647,9 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "ctor" -version = "0.10.1" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83cf0d42651b16c6dfe68685716d18480d18a9c39c62d76e8cf3eb6ed5d8bcbf" +checksum = "400a21f1014a968ec518c7ccdf9b4a4ed0cac8c56ccb6d604f8b91f00110501e" dependencies = [ "ctor-proc-macro", "dtor", @@ -701,9 +701,9 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" [[package]] name = "dtor" -version = "0.8.1" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edf234dd1594d6dd434a8fb8cada51ddbbc593e40e4a01556a0b31c62da2775b" +checksum = "96eb86b441d67a711e6e76b410de7135385fec1b8cd304e99d11c56ae542e2fc" dependencies = [ "dtor-proc-macro", ] @@ -1349,9 +1349,9 @@ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" [[package]] name = "link-section" -version = "0.2.1" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b685d66585d646efe09fec763d796c291049c8b6bf84e04954bffc8748341f0d" +checksum = "8acde40189b7f4b102f876f43a98ec1f5899f96e9a144945d36d9ce0be7f99c7" [[package]] name = "linux-raw-sys" diff --git a/bins/dfagen/Cargo.toml b/bins/dfagen/Cargo.toml index 128629247..b5ec028b2 100644 --- a/bins/dfagen/Cargo.toml +++ b/bins/dfagen/Cargo.toml @@ -22,7 +22,7 @@ serde_yaml = "0.9.34" smallvec = "1.15.1" [dev-dependencies] -ctor = "0.10.1" +ctor = "0.11.1" [lints] workspace = true diff --git a/bins/lalrgen/Cargo.toml b/bins/lalrgen/Cargo.toml index 1bbcfe9d3..1a0c5df7b 100644 --- a/bins/lalrgen/Cargo.toml +++ b/bins/lalrgen/Cargo.toml @@ -27,7 +27,7 @@ serde_yaml = "0.9.34" [dev-dependencies] assert_matches = "1.5.0" -ctor = "0.10.1" +ctor = "0.11.1" pretty_assertions = "1.4.1" [lints] diff --git a/libs/htmlparser/Cargo.toml b/libs/htmlparser/Cargo.toml index e7e164dac..6bde10cf8 100644 --- a/libs/htmlparser/Cargo.toml +++ b/libs/htmlparser/Cargo.toml @@ -20,7 +20,7 @@ unicase = "2.9.0" [dev-dependencies] anyhow = "1.0.102" criterion = "0.8.2" -ctor = "0.10.1" +ctor = "0.11.1" itertools = "0.14.0" toydom = { path = "../toydom" } diff --git a/libs/jsparser/Cargo.toml b/libs/jsparser/Cargo.toml index f475d0b12..b505f6930 100644 --- a/libs/jsparser/Cargo.toml +++ b/libs/jsparser/Cargo.toml @@ -25,7 +25,7 @@ unicode-id-start = "1.4.0" anyhow = "1.0.102" assert_matches = "1.5.0" clap = { version = "4.6.1", features = ["env", "derive", "wrap_help"] } -ctor = "0.10.1" +ctor = "0.11.1" [lints] workspace = true diff --git a/libs/jsruntime/Cargo.toml b/libs/jsruntime/Cargo.toml index e792b23bf..e20552a25 100644 --- a/libs/jsruntime/Cargo.toml +++ b/libs/jsruntime/Cargo.toml @@ -29,7 +29,7 @@ thiserror = "2.0.18" [dev-dependencies] assert_matches = "1.5.0" criterion = "0.8.2" -ctor = "0.10.1" +ctor = "0.11.1" [lints] workspace = true diff --git a/libs/logging/Cargo.toml b/libs/logging/Cargo.toml index 5cd8f90a6..279de5f94 100644 --- a/libs/logging/Cargo.toml +++ b/libs/logging/Cargo.toml @@ -11,7 +11,7 @@ version.workspace = true [dependencies] chrono = { version = "0.4.44", default-features = false, features = ["clock"] } -ctor = "0.10.1" +ctor = "0.11.1" is-terminal = "0.4.17" tracing = "0.1.44" tracing-subscriber = { version = "0.3.23", features = ["env-filter", "json"] }