From 18e068dcf2d32c06526fca38415b3b20675a86eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:12:27 +0000 Subject: [PATCH] deps(cargo): bump the rust group with 3 updates Bumps the rust group with 3 updates: [twitch_api](https://github.com/twitch-rs/twitch_api), [twitch-pubsub](https://github.com/Nerixyz/twitch-pubsub-rs) and [rand](https://github.com/rust-random/rand). Updates `twitch_api` from `8dbaddc` to `0c91508` - [Release notes](https://github.com/twitch-rs/twitch_api/releases) - [Commits](https://github.com/twitch-rs/twitch_api/compare/8dbaddc060da25bf62ae03524ee21a2d8103c9c2...0c915088ff6b8c0784a007e81d61ef1c5398710b) Updates `twitch-pubsub` from `69d6a9b` to `ce2cd16` - [Commits](https://github.com/Nerixyz/twitch-pubsub-rs/compare/69d6a9b867cbdfd9b09d023707c98b9ad3642437...ce2cd165f8853d807e072e5b76a3cedd2f5ed0ff) Updates `rand` from 0.8.5 to 0.9.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.9.0) --- updated-dependencies: - dependency-name: twitch_api dependency-type: direct:production dependency-group: rust - dependency-name: twitch-pubsub dependency-type: direct:production dependency-group: rust - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust ... Signed-off-by: dependabot[bot] --- Cargo.lock | 145 +++++++++++++++++++++++++++++++++++++++++------------ Cargo.toml | 2 +- 2 files changed, 114 insertions(+), 33 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 188c64b..b7b1e32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ dependencies = [ "mime", "percent-encoding", "pin-project-lite", - "rand", + "rand 0.8.5", "sha1", "smallvec", "tokio", @@ -296,10 +296,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", - "getrandom", + "getrandom 0.2.15", "once_cell", "version_check", - "zerocopy", + "zerocopy 0.7.35", ] [[package]] @@ -904,7 +904,7 @@ checksum = "3d697d376cbfa018c23eb4caab1fd1883dd9c906a8c034e8d9a3cb06a7e0bef9" dependencies = [ "async-trait", "deadpool", - "getrandom", + "getrandom 0.2.15", "tokio", "tokio-postgres", "tracing", @@ -1204,7 +1204,7 @@ dependencies = [ "hyper 1.5.1", "hyper-util", "pin-project", - "rand", + "rand 0.8.5", "sha1", "simdutf8", "thiserror 1.0.69", @@ -1403,10 +1403,22 @@ dependencies = [ "cfg-if", "js-sys", "libc", - "wasi", + "wasi 0.11.0+wasi-snapshot-preview1", "wasm-bindgen", ] +[[package]] +name = "getrandom" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71393ecc86efbf00e4ca13953979ba8b94cfe549a4b74cc26d8b62f4d8feac2b" +dependencies = [ + "cfg-if", + "libc", + "wasi 0.13.3+wasi-0.2.2", + "windows-targets 0.52.6", +] + [[package]] name = "gimli" version = "0.31.1" @@ -2154,7 +2166,7 @@ checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" dependencies = [ "libc", "log", - "wasi", + "wasi 0.11.0+wasi-snapshot-preview1", "windows-sys 0.52.0", ] @@ -2224,7 +2236,7 @@ dependencies = [ "num-integer", "num-iter", "num-traits", - "rand", + "rand 0.8.5", "smallvec", "zeroize", ] @@ -2484,7 +2496,7 @@ dependencies = [ "hmac", "md-5", "memchr", - "rand", + "rand 0.8.5", "sha2", "stringprep", ] @@ -2514,7 +2526,7 @@ version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" dependencies = [ - "zerocopy", + "zerocopy 0.7.35", ] [[package]] @@ -2595,8 +2607,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", - "rand_chacha", - "rand_core", + "rand_chacha 0.3.1", + "rand_core 0.6.4", +] + +[[package]] +name = "rand" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +dependencies = [ + "rand_chacha 0.9.0", + "rand_core 0.9.0", + "zerocopy 0.8.14", ] [[package]] @@ -2606,7 +2629,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core", + "rand_core 0.6.4", +] + +[[package]] +name = "rand_chacha" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" +dependencies = [ + "ppv-lite86", + "rand_core 0.9.0", ] [[package]] @@ -2615,7 +2648,17 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom", + "getrandom 0.2.15", +] + +[[package]] +name = "rand_core" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff" +dependencies = [ + "getrandom 0.3.0", + "zerocopy 0.8.14", ] [[package]] @@ -2831,7 +2874,7 @@ dependencies = [ "percent-encoding", "pin-project", "prometheus", - "rand", + "rand 0.9.0", "regex", "reqwest 0.12.12", "rustc_version", @@ -2859,7 +2902,7 @@ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", "cfg-if", - "getrandom", + "getrandom 0.2.15", "libc", "spin", "untrusted", @@ -2879,7 +2922,7 @@ dependencies = [ "num-traits", "pkcs1", "pkcs8", - "rand_core", + "rand_core 0.6.4", "signature", "spki", "subtle", @@ -3161,7 +3204,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" dependencies = [ "digest", - "rand_core", + "rand_core 0.6.4", ] [[package]] @@ -3170,7 +3213,7 @@ version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa2bcf6c6e164e81bc7a5d49fc6988b3d515d9e8c07457d7b74ffb9324b9cd40" dependencies = [ - "getrandom", + "getrandom 0.2.15", "halfbrown", "ref-cast", "serde", @@ -3367,7 +3410,7 @@ dependencies = [ "memchr", "once_cell", "percent-encoding", - "rand", + "rand 0.8.5", "rsa", "serde", "sha1", @@ -3406,7 +3449,7 @@ dependencies = [ "md-5", "memchr", "once_cell", - "rand", + "rand 0.8.5", "serde", "serde_json", "sha2", @@ -3728,7 +3771,7 @@ dependencies = [ "pin-project-lite", "postgres-protocol", "postgres-types", - "rand", + "rand 0.8.5", "socket2", "tokio", "tokio-util", @@ -3906,9 +3949,9 @@ dependencies = [ [[package]] name = "twitch-pubsub" version = "0.3.0" -source = "git+https://github.com/Nerixyz/twitch-pubsub-rs#69d6a9b867cbdfd9b09d023707c98b9ad3642437" +source = "git+https://github.com/Nerixyz/twitch-pubsub-rs#ce2cd165f8853d807e072e5b76a3cedd2f5ed0ff" dependencies = [ - "rand", + "rand 0.8.5", "thiserror 2.0.11", "tokio", "tracing", @@ -3919,8 +3962,8 @@ dependencies = [ [[package]] name = "twitch_api" -version = "0.7.0-rc.8" -source = "git+https://github.com/twitch-rs/twitch_api.git#8dbaddc060da25bf62ae03524ee21a2d8103c9c2" +version = "0.7.0" +source = "git+https://github.com/twitch-rs/twitch_api.git#0c915088ff6b8c0784a007e81d61ef1c5398710b" dependencies = [ "aliri_braid", "async-trait", @@ -3955,7 +3998,7 @@ dependencies = [ "displaydoc", "http 1.2.0", "once_cell", - "rand", + "rand 0.8.5", "reqwest 0.12.12", "serde", "serde_derive", @@ -3968,7 +4011,7 @@ dependencies = [ [[package]] name = "twitch_oauth2" version = "0.15.1" -source = "git+https://github.com/twitch-rs/twitch_api.git#8dbaddc060da25bf62ae03524ee21a2d8103c9c2" +source = "git+https://github.com/twitch-rs/twitch_api.git#0c915088ff6b8c0784a007e81d61ef1c5398710b" dependencies = [ "aliri_braid", "async-trait", @@ -3976,7 +4019,7 @@ dependencies = [ "displaydoc", "http 1.2.0", "once_cell", - "rand", + "rand 0.8.5", "reqwest 0.12.12", "serde", "serde_derive", @@ -3989,7 +4032,7 @@ dependencies = [ [[package]] name = "twitch_types" version = "0.4.8" -source = "git+https://github.com/twitch-rs/twitch_api.git#8dbaddc060da25bf62ae03524ee21a2d8103c9c2" +source = "git+https://github.com/twitch-rs/twitch_api.git#0c915088ff6b8c0784a007e81d61ef1c5398710b" dependencies = [ "serde", "serde_derive", @@ -4160,6 +4203,15 @@ version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +[[package]] +name = "wasi" +version = "0.13.3+wasi-0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" +dependencies = [ + "wit-bindgen-rt", +] + [[package]] name = "wasite" version = "0.1.0" @@ -4608,6 +4660,15 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "wit-bindgen-rt" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" +dependencies = [ + "bitflags 2.6.0", +] + [[package]] name = "write16" version = "1.0.0" @@ -4630,7 +4691,7 @@ dependencies = [ "http-body-util", "hyper 1.5.1", "hyper-util", - "rand", + "rand 0.8.5", "simd-json", "thiserror 2.0.11", "tokio", @@ -4671,7 +4732,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" dependencies = [ "byteorder", - "zerocopy-derive", + "zerocopy-derive 0.7.35", +] + +[[package]] +name = "zerocopy" +version = "0.8.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a367f292d93d4eab890745e75a778da40909cab4d6ff8173693812f79c4a2468" +dependencies = [ + "zerocopy-derive 0.8.14", ] [[package]] @@ -4685,6 +4755,17 @@ dependencies = [ "syn 2.0.90", ] +[[package]] +name = "zerocopy-derive" +version = "0.8.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3931cb58c62c13adec22e38686b559c86a30565e16ad6e8510a337cedc611e1" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.90", +] + [[package]] name = "zerofrom" version = "0.1.5" diff --git a/Cargo.toml b/Cargo.toml index 2c54aab..41d031b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ itertools = "0.14.0" paste = "1.0" base64 = "0.22" hex = "0.4" -rand = "0.8" +rand = "0.9" regex = "1.11" percent-encoding = "2.3" either = "1.13"