From a1900c4a8b258135e3b4a75a32fe7ac82aee9d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:08:12 +0000 Subject: [PATCH] build(deps): bump uzers from 0.12.0 to 0.12.1 Bumps [uzers](https://github.com/rustadopt/uzers-rs) from 0.12.0 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.12.0...v0.12.1) --- updated-dependencies: - dependency-name: uzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 916d0492..bb65615f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2641,9 +2641,9 @@ dependencies = [ [[package]] name = "uzers" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d85875e16d59b3b1549efce83ff8251a64923b03bef94add0a1862847448de4" +checksum = "4df81ff504e7d82ad53e95ed1ad5b72103c11253f39238bcc0235b90768a97dd" dependencies = [ "libc", "log",