diff --git a/Cargo.lock b/Cargo.lock index f1f1e11..c7823d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -329,12 +329,12 @@ dependencies = [ [[package]] name = "fake" -version = "2.10.0" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d391ba4af7f1d93f01fcf7b2f29e2bc9348e109dfdbf4dcbdc51dfa38dab0b6" +checksum = "b591050272097cc85b2f3c1cc4817ba4560057d10fcae6f7339f1cf622da0a0f" dependencies = [ "deunicode", - "rand 0.8.5", + "rand 0.9.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index e5d79f1..c052277 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ base16 = "0.2.1" base32 = "0.5.1" chrono = "0.4" itertools = "0.14.0" -fake = "2.4" +fake = "4.2" flate2 = { version = "1.0.30", features = ["zlib-ng"], default-features = false } lazy_static = "1.5.0" native-tls = "0.2.12"