From dcadcef9262eb1775c36eb9b33fea73f2bb0c78c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 10:02:25 +0000 Subject: [PATCH] Bump errno from 0.3.13 to 0.3.14 in /src/rust Bumps [errno](https://github.com/lambda-fairy/rust-errno) from 0.3.13 to 0.3.14. - [Release notes](https://github.com/lambda-fairy/rust-errno/releases) - [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md) - [Commits](https://github.com/lambda-fairy/rust-errno/commits) --- updated-dependencies: - dependency-name: errno dependency-version: 0.3.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/rust/Cargo.lock | 4 ++-- src/rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock index 2c9c5350d6d..a1c1b48750e 100644 --- a/src/rust/Cargo.lock +++ b/src/rust/Cargo.lock @@ -1245,9 +1245,9 @@ dependencies = [ [[package]] name = "errno" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" +checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", "windows-sys 0.59.0", diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index fd7703b518a..5759c1cc7fc 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -148,7 +148,7 @@ dirs-next = "2" docker_credential = "1.3" either = "1" env_logger = "0.10.2" -errno = "0.3.13" +errno = "0.3.14" fixedbitset = "0.5.7" fnv = "1.0.5" fs-set-times = "0.19"