diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 138ad646d..e1412c205 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1077,12 +1077,11 @@ dependencies = [ [[package]] name = "caps" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "190baaad529bcfbde9e1a19022c42781bdb6ff9de25721abdb8fd98c0807730b" +checksum = "fd1ddba47aba30b6a889298ad0109c3b8dcb0e8fc993b459daa7067d46f865e0" dependencies = [ "libc", - "thiserror 1.0.69", ] [[package]] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 857676185..fa6fc42ee 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -63,7 +63,7 @@ boringtun = { version = "0.6", default-features = false } bufferpool = { path = "connlib/bufferpool" } bytecodec = "0.5.0" bytes = { version = "1.9.0", default-features = false } -caps = "0.5.5" +caps = "0.5.6" chrono = { version = "0.4", default-features = false, features = ["std", "clock", "oldtime", "serde"] } clap = "4.5.50" client-shared = { path = "client-shared" }