diff --git a/Cargo.lock b/Cargo.lock index 76a16c4..ef9e926 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1252,16 +1252,6 @@ version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" -[[package]] -name = "iri-string" -version = "0.7.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" -dependencies = [ - "memchr", - "serde", -] - [[package]] name = "itoa" version = "1.0.17" @@ -2327,9 +2317,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.41.0" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ce901f9a19d251159075a4c37af514c3b8ef99c22e02dd8c19161cf397ee94a" +checksum = "0c5108e3d4d903e21aac27f12ba5377b6b34f9f44b325e4894c7924169d06995" dependencies = [ "arrayvec", "borsh", @@ -3031,9 +3021,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.8" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" +checksum = "68d6fdd9f81c2819c9a8b0e0cd91660e7746a8e6ea2ba7c6b2b057985f6bcb51" dependencies = [ "base64", "bitflags", @@ -3041,13 +3031,13 @@ dependencies = [ "futures-util", "http", "http-body", - "iri-string", "mime", "pin-project-lite", "tower", "tower-layer", "tower-service", "tracing", + "url", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index de06b18..8894d80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ kube_quantity = "0.9.0" prometheus = "0.14.0" rand = "0.10.1" reqwest = { version = "0.13.3", features = ["json"] } -rust_decimal = "1.41.0" +rust_decimal = "1.42.0" schemars = { version = "1.2.1", features = ["jiff02"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149"