From 2ae9cd4d7ebad9c8d2e91e59be3883ff04846e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 03:38:53 +0000 Subject: [PATCH] Bump stretto from 0.5.1 to 0.7.0 (#62) Bumps [stretto](https://github.com/al8n/stretto) from 0.5.1 to 0.7.0. - [Release notes](https://github.com/al8n/stretto/releases) - [Changelog](https://github.com/al8n/stretto/blob/main/CHANGELOG.md) - [Commits](https://github.com/al8n/stretto/commits) --- updated-dependencies: - dependency-name: stretto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 36 ++++++++++++++++-------------------- Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dcfb4212..8db14df1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1229,6 +1229,12 @@ dependencies = [ "untrusted", ] +[[package]] +name = "seahash" +version = "4.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" + [[package]] name = "security-framework" version = "2.7.0" @@ -1503,17 +1509,11 @@ dependencies = [ "twilight-util", ] -[[package]] -name = "static_assertions" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" - [[package]] name = "stretto" -version = "0.5.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f7537062c5906795813a413b4acc0508406b7d12f48bd1f7ed81bd9500569ba" +checksum = "467a255fafa7ff289b77a510347c9a77f8cb1a41a21396dcf578c357f93ad963" dependencies = [ "async-channel", "async-io", @@ -1522,9 +1522,10 @@ dependencies = [ "futures", "parking_lot 0.12.1", "rand", + "seahash", "thiserror", - "twox-hash", "wg", + "xxhash-rust", ] [[package]] @@ -1911,17 +1912,6 @@ dependencies = [ "twilight-model", ] -[[package]] -name = "twox-hash" -version = "1.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" -dependencies = [ - "cfg-if", - "rand", - "static_assertions", -] - [[package]] name = "typenum" version = "1.15.0" @@ -2200,3 +2190,9 @@ name = "windows_x86_64_msvc" version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" + +[[package]] +name = "xxhash-rust" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "074914ea4eec286eb8d1fd745768504f420a1f7b7919185682a4a267bed7d2e7" diff --git a/Cargo.toml b/Cargo.toml index 3a591374..befb6f87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde_json = "1.0" serde = "1.0.139" emojis = "0.4.0" dashmap = "5.3.4" -stretto = { version = "0.5.1", features = ["async"] } +stretto = { version = "0.7.0", features = ["async"] } regex = "1.6.0" lazy_static = "1.4.0" humantime = "2.1.0"