summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKarl-Johan Karlsson <creideiki@ferretporn.se>2023-11-06 14:24:04 +0100
committerKarl-Johan Karlsson <creideiki@ferretporn.se>2023-11-06 14:24:04 +0100
commit4856d360c83ca0ac6a341afa577ec3e875de113c (patch)
treec7c97a4aedf4ebd03f651ab974b34966fae25323 /Cargo.lock
parent104411431b436ec2b0e1d08d8598c2ae36d8ec3c (diff)
Switch dependency from "users" to "uzers"
"users" is unmaintained (RUSTSEC-2023-0040) and has a listed vulnerability (RUSTSEC-2023-0059). Switch to the maintained and updated fork "uzers", and upgrade to 0.11.3 that has the fix for RUSTSEC-2023-0059.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock22
1 files changed, 11 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e6b2fda..e863f56 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -267,7 +267,7 @@ dependencies = [
"toml",
"umask",
"unicode-width",
- "users",
+ "uzers",
"which",
"xterm-query 0.1.0",
]
@@ -2421,16 +2421,6 @@ dependencies = [
]
[[package]]
-name = "users"
-version = "0.11.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
-dependencies = [
- "libc",
- "log",
-]
-
-[[package]]
name = "usvg"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2498,6 +2488,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
+name = "uzers"
+version = "0.11.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "76d283dc7e8c901e79e32d077866eaf599156cbf427fffa8289aecc52c5c3f63"
+dependencies = [
+ "libc",
+ "log",
+]
+
+[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"