From 3b090080bd79b687c47f451b7f63c786574eff5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 17:35:36 +0000 Subject: [PATCH] build(deps): bump uzers from 0.11.3 to 0.12.0 Bumps [uzers](https://github.com/rustadopt/uzers-rs) from 0.11.3 to 0.12.0. - [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.0) --- 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 2a0cf17f..8278f15c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2427,9 +2427,9 @@ dependencies = [ [[package]] name = "uzers" -version = "0.11.3" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76d283dc7e8c901e79e32d077866eaf599156cbf427fffa8289aecc52c5c3f63" +checksum = "7d85875e16d59b3b1549efce83ff8251a64923b03bef94add0a1862847448de4" dependencies = [ "libc", "log", diff --git a/Cargo.toml b/Cargo.toml index 132a3e62..828932fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ slog-async = ">= 2.5, < 3" slog-scope = "4.3" slog-term = ">= 2.6, < 3" tempfile = ">= 3.2, < 4" -uzers = "0.11" +uzers = "0.12" vmw_backdoor = "0.2" zbus = ">= 2.3, < 4"