From f0427c304e0f2086b5e1954afd421e47bc4c4c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:46:24 +0000 Subject: [PATCH] Bump rustix from 0.37.19 to 0.37.25 Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.19 to 0.37.25. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.19...v0.37.25) --- updated-dependencies: - dependency-name: rustix dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a3a0ac..40abe42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,7 +67,7 @@ dependencies = [ [[package]] name = "cli-macro" version = "0.1.0" -source = "git+ssh://git@github.com/Cube-OS/cli-macro#f3bad444baf3bb792a3159d9ea6fa2ca9dc95c8c" +source = "git+ssh://git@github.com/Cube-OS/cli-macro#b137b662ef23ef91485a72e30687eb3e80872b2e" dependencies = [ "cargo_metadata", "proc-macro2", @@ -241,9 +241,9 @@ checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" [[package]] name = "rustix" -version = "0.37.19" +version = "0.37.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" +checksum = "d4eb579851244c2c03e7c24f501c3432bed80b8f720af1d6e5b0e0f01555a035" dependencies = [ "bitflags", "errno",