From bdf6eea96481146107e1e23e1e9e7ddb56b4c980 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 03:14:59 +0000 Subject: [PATCH] Update Rust crate uzers to 0.12 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81f14dd684..8aac63ba79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12236,9 +12236,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 6168caee77..b585bc866b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -624,7 +624,7 @@ update-engine = { path = "update-engine" } url = "2.5.2" usdt = "0.5.0" uuid = { version = "1.10.0", features = ["serde", "v4"] } -uzers = "0.11" +uzers = "0.12" walkdir = "2.5" whoami = "1.5" wicket = { path = "wicket" }