diff --git a/Cargo.lock b/Cargo.lock index ffe6b2e3..002bf1d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -647,9 +647,9 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "ctor" -version = "1.0.1" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7335955a5f85f95f3188623240e081e7b2059a8ad1bae68944b7cfdd718fb10" +checksum = "5c24d2b2b7c12a2fffb7c5c8fd0dcda7ca14b4600fa2d3701b6079aefb6fa180" dependencies = [ "link-section", "linktime-proc-macro", @@ -1327,9 +1327,9 @@ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" [[package]] name = "link-section" -version = "0.13.1" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea2c24837c4fd5ab6a31d64133eae954f5199247523cf29586117e85245c0dd3" +checksum = "4641b91711debb59c61b07eb5e30521ed6d9e2bdd9fd04f934e7da3a5bc386d4" [[package]] name = "linktime-proc-macro" diff --git a/bins/dfagen/Cargo.toml b/bins/dfagen/Cargo.toml index dd36c528..0a2f4c83 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 = "1.0.1" +ctor = "1.0.3" [lints] workspace = true diff --git a/bins/lalrgen/Cargo.toml b/bins/lalrgen/Cargo.toml index 37f2996e..1023ee11 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 = "1.0.1" +ctor = "1.0.3" pretty_assertions = "1.4.1" [lints] diff --git a/libs/htmlparser/Cargo.toml b/libs/htmlparser/Cargo.toml index 3fa35e00..61cd0981 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 = "1.0.1" +ctor = "1.0.3" itertools = "0.14.0" toydom = { path = "../toydom" } diff --git a/libs/jsparser/Cargo.toml b/libs/jsparser/Cargo.toml index 290e4c4c..63e1957a 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 = "1.0.1" +ctor = "1.0.3" [lints] workspace = true diff --git a/libs/jsruntime/Cargo.toml b/libs/jsruntime/Cargo.toml index d62f324b..7c230f45 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 = "1.0.1" +ctor = "1.0.3" [lints] workspace = true diff --git a/libs/logging/Cargo.toml b/libs/logging/Cargo.toml index 0a7cb3d8..1030111d 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 = "1.0.1" +ctor = "1.0.3" is-terminal = "0.4.17" tracing = "0.1.44" tracing-subscriber = { version = "0.3.23", features = ["env-filter", "json"] }