From 9f7f8373f2e8d78205bb4d37555f7beaaf029af2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:55:35 +0000 Subject: [PATCH] build(deps): bump uzers from 0.11.3 to 0.12.1 Bumps [uzers](https://github.com/rustadopt/uzers-rs) from 0.11.3 to 0.12.1. - [Release notes](https://github.com/rustadopt/uzers-rs/releases) - [Changelog](https://github.com/rustadopt/uzers-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustadopt/uzers-rs/compare/v0.11.3...v0.12.1) --- updated-dependencies: - dependency-name: uzers 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 7aa87ac..de10b6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,9 +170,9 @@ dependencies = [ [[package]] name = "uzers" -version = "0.11.3" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76d283dc7e8c901e79e32d077866eaf599156cbf427fffa8289aecc52c5c3f63" +checksum = "4df81ff504e7d82ad53e95ed1ad5b72103c11253f39238bcc0235b90768a97dd" dependencies = [ "libc", "log", diff --git a/Cargo.toml b/Cargo.toml index ef79775..ccd19c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ path = "src/main.rs" [dependencies] anyhow = ">= 1.0.38, < 2" clap = { version = "4", default-features = false, features = ["std", "cargo", "help", "string", "usage"] } -uzers = ">= 0.10, < 0.12" +uzers = ">= 0.10, < 0.13" [dev-dependencies] nix = ">= 0.17, < 0.27"