diff --git a/Cargo.lock b/Cargo.lock index 8f3a769..2d54c87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,9 +46,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "base16ct" -version = "0.1.1" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" +checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" [[package]] name = "base64" diff --git a/Cargo.toml b/Cargo.toml index 119c528..3b543d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ sha1 = "0.10.5" base64 = "0.20.0" anyhow = "1.0.65" tempfile = "3.3.0" -base16ct = { version = "0.1.1", features = ["alloc"] } +base16ct = { version = "0.2.0", features = ["alloc"] } shlex = "1.1.0" dunce="1.0.3" # Alternative for std::Path::canonicalize that produces the regular paths on windows (instead of UNC paths)