From c8b0a7a1e84a5927676f9221eac2602abf1485c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 23:31:30 +0000 Subject: [PATCH] Bump os_str_bytes from 7.1.1 to 7.2.0 Bumps [os_str_bytes](https://github.com/dylni/os_str_bytes) from 7.1.1 to 7.2.0. - [Release notes](https://github.com/dylni/os_str_bytes/releases) - [Commits](https://github.com/dylni/os_str_bytes/compare/7.1.1...7.2.0) --- updated-dependencies: - dependency-name: os_str_bytes dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 35b873d..d3487ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,9 +293,9 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "os_str_bytes" -version = "7.1.1" +version = "7.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63eceb7b5d757011a87d08eb2123db15d87fb0c281f65d101ce30a1e96c3ad5c" +checksum = "89284d0c2af7b0eb5e814798aa07265413c8fd72009f7fc82ea25a81fb287ce9" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index e8c938c..da45a1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ const_format = "0.2" glob = "0.3" libc = "0.2" object = { version = "0.39", default-features = false, features = ["read", "elf"] } -os_str_bytes = "7.1.1" +os_str_bytes = "7.2.0" regex = "1.12" rustc-demangle = "0.1" semver = { version = "1.0", features = ["serde"] }