From ca17712dacc257c285b540e84fdeec67309c2761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 08:19:53 +0000 Subject: [PATCH] build(deps): bump os_str_bytes from 6.0.0 to 6.1.0 Bumps [os_str_bytes](https://github.com/dylni/os_str_bytes) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/dylni/os_str_bytes/releases) - [Commits](https://github.com/dylni/os_str_bytes/compare/6.0.0...6.1.0) --- updated-dependencies: - dependency-name: os_str_bytes dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0248906..3845fe9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -228,9 +228,9 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "os_str_bytes" -version = "6.0.0" +version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" +checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa" [[package]] name = "ppv-lite86"