From 37d212fc64ec77764136e16a739ada6ee841739f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:59:06 +0000 Subject: [PATCH] build(deps): bump cap-std-ext from 4.0.3 to 4.0.4 Bumps [cap-std-ext](https://github.com/coreos/cap-std-ext) from 4.0.3 to 4.0.4. - [Commits](https://github.com/coreos/cap-std-ext/compare/v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: cap-std-ext dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9593d7e5..f77c5092 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,9 +197,9 @@ dependencies = [ [[package]] name = "cap-std-ext" -version = "4.0.3" +version = "4.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef94280e28b736a40311060c9aa8a88e961dd6b05914bfcfc10a8d9ab0ad43d4" +checksum = "f5cd561bc80e52c4ed4121c7bae16c585388487243f317817d509e882e8c0512" dependencies = [ "cap-primitives", "cap-tempfile", diff --git a/Cargo.toml b/Cargo.toml index 679e9e4d..64dde753 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ path = "src/main.rs" [dependencies] anyhow = "1.0" bincode = "1.3.2" -cap-std-ext = "4.0.3" +cap-std-ext = "4.0.4" camino = "1.1.9" chrono = { version = "0.4.38", features = ["serde"] } clap = { version = "4.5", default-features = false, features = ["cargo", "derive", "std", "help", "usage", "suggestions"] }