diff --git a/Cargo.lock b/Cargo.lock index d7ebe5d..a530c71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -393,9 +393,9 @@ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "cacache" -version = "13.0.0" +version = "13.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a61ff12b19d89c752c213316b87fdb4a587f073d219b893cc56974b8c9f39bf7" +checksum = "5c5063741c7b2e260bbede781cf4679632dd90e2718e99f7715e46824b65670b" dependencies = [ "async-std", "digest", @@ -535,7 +535,7 @@ dependencies = [ "pathdiff", "serde", "toml", - "yaml-rust2", + "yaml-rust2 0.8.1", ] [[package]] @@ -663,7 +663,7 @@ dependencies = [ "semver", "toml_edit", "tracing", - "yaml-rust2", + "yaml-rust2 0.10.0", ] [[package]] @@ -907,6 +907,12 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "foldhash" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" + [[package]] name = "foreign-types" version = "0.3.2" @@ -1201,6 +1207,9 @@ name = "hashbrown" version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" +dependencies = [ + "foldhash", +] [[package]] name = "hashlink" @@ -1211,6 +1220,15 @@ dependencies = [ "hashbrown 0.14.5", ] +[[package]] +name = "hashlink" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" +dependencies = [ + "hashbrown 0.15.2", +] + [[package]] name = "heck" version = "0.5.0" @@ -3752,7 +3770,18 @@ checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8" dependencies = [ "arraydeque", "encoding_rs", - "hashlink", + "hashlink 0.8.4", +] + +[[package]] +name = "yaml-rust2" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "232bdb534d65520716bef0bbb205ff8f2db72d807b19c0bc3020853b92a0cd4b" +dependencies = [ + "arraydeque", + "encoding_rs", + "hashlink 0.10.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 33fabc8..6dc7491 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ clap = { version = "4.5.23", features = ["derive", "env"] } dotenvy = { version = "0.15.7" } url = { version = "2.5.0" } serde_yaml = { version = "0.9.34+deprecated" } -yaml-rust2 = { version = "0.8.0" } +yaml-rust2 = { version = "0.10.0" } serde = { version = "1", features = ["derive"] } semver = "1.0.22" conventional_commit_parser = "0.9.4" diff --git a/crates/cuddle-please-misc/Cargo.toml b/crates/cuddle-please-misc/Cargo.toml index ba5b429..6b311c1 100644 --- a/crates/cuddle-please-misc/Cargo.toml +++ b/crates/cuddle-please-misc/Cargo.toml @@ -30,7 +30,7 @@ lazy_static.workspace = true parse-changelog.workspace = true # Cliff depends on 13.1.0, which is a broken release -cacache = "=13.0.0" +cacache = "=13.1.0" [dev-dependencies] tracing-test = { workspace = true, features = ["no-env-filter"] } diff --git a/cuddle.yaml b/cuddle.yaml index 39a5e7a..8c1f194 100644 --- a/cuddle.yaml +++ b/cuddle.yaml @@ -7,7 +7,7 @@ vars: registry: kasperhermansen mkdocs_image: "squidfunk/mkdocs-material:9.1" - caddy_image: "caddy:2.7" + caddy_image: "caddy:2.9" please: project: