diff --git a/Cargo.lock b/Cargo.lock index 70ff87e18..1bdd80563 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4195,9 +4195,9 @@ dependencies = [ [[package]] name = "reserve-port" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94070964579245eb2f76e62a7668fe87bd9969ed6c41256f3bf614e3323dd3cc" +checksum = "71ea98a177596a4579881992bd2bd4af27772fc95d0e5f5668a8f9535eca6380" dependencies = [ "thiserror 2.0.18", ] diff --git a/Cargo.toml b/Cargo.toml index 5f9af4791..0d17e93c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ openstack_types = { version = "0.22.7", path = "openstack_types" } openstack-types-core = { version = "0.22", path = "types/core" } regex = { version = "^1.12" } reqwest = { version = "^0.13", default-features = false } -reserve-port = "^2.4" +reserve-port = "^2.5" schemars = { version = "^1.0" } secrecy = { version = "0.10", features = ["serde"] } serde = { version="^1.0", features=["derive"] }