diff --git a/Cargo.lock b/Cargo.lock index 2b1a7107..aae9281f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -682,9 +682,9 @@ checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" [[package]] name = "funty" -version = "1.2.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1847abb9cb65d566acd5942e94aea9c8f547ad02c98e1649326fc0e8910b8b1e" +checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" [[package]] name = "futf" @@ -2508,6 +2508,7 @@ dependencies = [ "either", "form_urlencoded", "fs2", + "funty", "futures-util", "fwdansi", "hex", diff --git a/snowchains_core/Cargo.toml b/snowchains_core/Cargo.toml index 205c69ff..8b3b1476 100644 --- a/snowchains_core/Cargo.toml +++ b/snowchains_core/Cargo.toml @@ -16,6 +16,7 @@ default = [] __test_with_credentials = [] [dependencies] +_funty = { package = "funty", version = "=1.1.0"} # https://github.com/bitvecto-rs/bitvec/issues/105 anyhow = "1.0.38" chrono = { version = "0.4.19", features = ["serde"] } cookie_store = "0.12.0"