From b578c2d4852c159bbf41fbf82e90bd49c5684757 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 03:34:08 +0000 Subject: [PATCH] Update Rust crate iddqd to 0.3.18 --- Cargo.lock | 22 +++++++++++++++------- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87e479b..dfe4743 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -508,6 +508,12 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" +[[package]] +name = "foldhash" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" + [[package]] name = "foreign-types" version = "0.3.2" @@ -691,8 +697,7 @@ version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" dependencies = [ - "allocator-api2", - "foldhash", + "foldhash 0.1.5", ] [[package]] @@ -700,6 +705,9 @@ name = "hashbrown" version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" +dependencies = [ + "allocator-api2", +] [[package]] name = "heck" @@ -979,17 +987,17 @@ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" [[package]] name = "iddqd" -version = "0.3.11" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32fdf1948b8b266e6159b301497280248f0399d2769611a7b75b4621812327b5" +checksum = "616230c7d641ef971a3a5bfcc654c6b7524ab9c9fb665693c6a397dba9a14aca" dependencies = [ "allocator-api2", "equivalent", - "foldhash", - "hashbrown 0.15.5", + "foldhash 0.2.0", + "hashbrown 0.16.1", "rustc-hash", "schemars", - "serde", + "serde_core", "serde_json", ] diff --git a/Cargo.toml b/Cargo.toml index 8f5f876..24f9897 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ clap = { version = "4.5", features = ["derive", "env", "wrap_help"] } dropshot = { version = "0.17.0" } # has to match dropshot http = { version = "1.4.0" } -iddqd = { version = "0.3.11" , features = ["schemars08"]} +iddqd = { version = "0.3.18" , features = ["schemars08"]} reqwest = { version = "0.12.23", features = ["blocking", "json"] } schemars = { version = "0.8.22", features = [ "chrono" ] } scim2-rs = { path = "./core" }