From e94e33f59a897e8f7da90d200e86bb42e733c14e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 14:26:37 +0000 Subject: [PATCH] chore(cargo): bump astral-tokio-tar from 0.6.3 to 0.6.4 Bumps [astral-tokio-tar](https://github.com/astral-sh/tokio-tar) from 0.6.3 to 0.6.4. - [Release notes](https://github.com/astral-sh/tokio-tar/releases) - [Changelog](https://github.com/astral-sh/tokio-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/tokio-tar/compare/v0.6.3...v0.6.4) --- updated-dependencies: - dependency-name: astral-tokio-tar dependency-version: 0.6.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- deny.toml | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8831f3fee..f1134d561 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -194,15 +194,15 @@ dependencies = [ [[package]] name = "astral-tokio-tar" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08648fef353ab39a9d26f909ad53fc4f071be4c91853b78523f5cc3d9e5ebffd" +checksum = "b18457efd137254e016bbde5e1d88df61c4e1a5ae2223746e56123bac6af2463" dependencies = [ "futures-core", "libc", "portable-atomic", "rustc-hash", - "rustix 0.38.44", + "rustix 1.1.4", "tokio", "tokio-stream", ] @@ -6166,7 +6166,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.3", + "getrandom 0.4.3", "once_cell", "rustix 1.1.4", "windows-sys 0.52.0", diff --git a/deny.toml b/deny.toml index 8ecff0264..86333728f 100644 --- a/deny.toml +++ b/deny.toml @@ -70,6 +70,7 @@ skip = [ { name = "derive_more", version = "1.0.0" }, { name = "event-listener", version = "2.5.3" }, { name = "getrandom", version = "0.2.12" }, + { name = "getrandom", version = "0.3.3" }, { name = "heck", version = "0.4.1" }, { name = "http", version = "0.2.12" }, { name = "hybrid-array", version = "0.2.3" }, @@ -80,6 +81,7 @@ skip = [ { name = "rand_chacha", version = "0.3.1" }, { name = "rand_core", version = "0.6.4" }, { name = "rand", version = "0.8.5" }, + { name = "r-efi", version = "5.2.0" }, { name = "rustix", version = "0.38.44" }, { name = "rustls-webpki", version = "0.102.8" }, { name = "serdect", version = "0.2.0" },