From 6fb78c3d72f42aeb05779ab323452ae26f90cc56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:23:31 +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 81ea2f61..3ed742f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2582,9 +2582,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 16530c76..bb27040f 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"