summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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.toml
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.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5ecbad9..df1c70e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -72,7 +72,7 @@ glassbench = "0.3.6"
[target.'cfg(unix)'.dependencies]
lfs-core = "0.11.0"
-users = "0.11"
+uzers = "0.11.3"
[target.'cfg(windows)'.dependencies]
is_executable = "1.0.1"