diff options
author | Vika <vika@fireburn.ru> | 2023-02-27 00:32:47 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2023-02-27 00:32:47 +0300 |
commit | 06e27ddee1d090086c4b2b01cbbfec928a9264bc (patch) | |
tree | 2dbf9a059b62048b53e485bc9835cf1e336ff214 /kittybox-rs/Cargo.lock | |
parent | 3985d0f551236e5413e0807239f75d178f82ff3d (diff) | |
download | kittybox-06e27ddee1d090086c4b2b01cbbfec928a9264bc.tar.zst |
tempfile -> tempdir, remove mockito
Diffstat (limited to 'kittybox-rs/Cargo.lock')
-rw-r--r-- | kittybox-rs/Cargo.lock | 74 |
1 files changed, 1 insertions, 73 deletions
diff --git a/kittybox-rs/Cargo.lock b/kittybox-rs/Cargo.lock index 966e3ab..478b94d 100644 --- a/kittybox-rs/Cargo.lock +++ b/kittybox-rs/Cargo.lock @@ -432,17 +432,6 @@ dependencies = [ ] [[package]] -name = "colored" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" -dependencies = [ - "atty", - "lazy_static", - "winapi", -] - -[[package]] name = "combine" version = "4.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1383,7 +1372,6 @@ dependencies = [ "listenfd", "markdown", "microformats", - "mockito", "newbase60", "prometheus", "rand 0.8.5", @@ -1395,7 +1383,7 @@ dependencies = [ "serde_urlencoded", "serde_variant", "sha2", - "tempdir", + "tempfile", "thiserror", "tokio", "tokio-stream", @@ -1691,28 +1679,6 @@ dependencies = [ ] [[package]] -name = "mockito" -version = "0.32.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09908a0c0e8c956c1360268b54c0f7eeefc7ef98020cfb81077fa71761a18d29" -dependencies = [ - "assert-json-diff", - "async-trait", - "colored", - "deadpool", - "futures", - "hyper", - "lazy_static", - "log", - "rand 0.8.5", - "regex", - "serde_json", - "serde_urlencoded", - "similar", - "tokio", -] - -[[package]] name = "multer" version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2225,19 +2191,6 @@ dependencies = [ [[package]] name = "rand" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" -dependencies = [ - "fuchsia-cprng", - "libc", - "rand_core 0.3.1", - "rdrand", - "winapi", -] - -[[package]] -name = "rand" version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" @@ -2494,15 +2447,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3bf6b372449361333ac1f498b7edae4dd5e70dccd7c0c2a7c7bce8f05ede648" [[package]] -name = "remove_dir_all" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" -dependencies = [ - "winapi", -] - -[[package]] name = "reqwest" version = "0.11.14" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2863,12 +2807,6 @@ dependencies = [ ] [[package]] -name = "similar" -version = "2.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" - -[[package]] name = "siphasher" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -3036,16 +2974,6 @@ dependencies = [ ] [[package]] -name = "tempdir" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" -dependencies = [ - "rand 0.4.6", - "remove_dir_all", -] - -[[package]] name = "tempfile" version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" |