diff --git a/Cargo.lock b/Cargo.lock index a72afffe..35ce1107 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1064,9 +1064,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "human-errors" -version = "0.1.5" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f83bca1f8f2cc0ec71b29df67fda94f78b32e800f22f2da118a9eaa3a5bfe612" +checksum = "685626df65b71d0703ee0f2c9a0acac474fab2afe4fac633ea303131875635fe" [[package]] name = "hyper" diff --git a/Cargo.toml b/Cargo.toml index 9e5bd254..a632bbf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ directories-next = "2.0" futures = "0.3" gtmpl = "0.7" http = "0.2" -human-errors = "0.1.5" +human-errors = "0.2.1" inventory = "0.3.21" itertools = "0.14" keyring = { version = "3.6.3", optional = true, features = ["apple-native", "windows-native", "sync-secret-service"] }