chore: bump cidre (#5862)

This commit is contained in:
Hythera
2026-05-02 18:31:31 +02:00
committed by GitHub
parent 9403462915
commit edbb3fbd55
2 changed files with 6 additions and 5 deletions

9
Cargo.lock generated
View File

@@ -1893,18 +1893,19 @@ dependencies = [
[[package]]
name = "cidre"
version = "0.11.3"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cc0eb4d7faf9f94493eaf7e7c0534dee2dfa9642353382039572abb4e0e56e9"
checksum = "0c903ff1729987d29e07295d2c5841993db25ff86cca43bee04505878d3ec1a7"
dependencies = [
"cc",
"cidre-macros",
]
[[package]]
name = "cidre-macros"
version = "0.3.0"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82bc2f84c0baaa09299da3a03864491549685912c1e338a54211e00589dc1e4c"
checksum = "6facfeffa8b9792dc014bb4e65e364d13518b74e06783d56249810a3e48cfad7"
[[package]]
name = "cityhash-rs"