From c25a46e3bfba62eff9f264d9bab5180bb3885166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 06:07:41 +0000 Subject: [PATCH 1/8] build(deps): bump egg-mode from 0.16.0 to 0.16.1 Bumps [egg-mode](https://github.com/egg-mode-rs/egg-mode) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/egg-mode-rs/egg-mode/releases) - [Changelog](https://github.com/egg-mode-rs/egg-mode/blob/master/CHANGELOG.md) - [Commits](https://github.com/egg-mode-rs/egg-mode/compare/v0.16.0...0.16.1) --- updated-dependencies: - dependency-name: egg-mode dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2ec60b3d..ce7147eeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -588,9 +588,9 @@ checksum = "03d8c417d7a8cb362e0c37e5d815f5eb7c37f79ff93707329d5a194e42e54ca0" [[package]] name = "egg-mode" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb96b3df2a1dd9fe043e58eed7ba1c835a23561e777e243e8cc08aa4178aec79" +checksum = "1ba67cb7d82f4e358bf5b67099d949e21f2419bde17b892ce09f0950e5e97be3" dependencies = [ "base64 0.13.1", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3bae8e748..ac7154d40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ lalrpop = { version = "0.19.8", default-features = false, features = ["lexer"] } anyhow = { version = "1.0.68", default-features = false, features = ["std"] } bytes = { version = "1.2.1", default-features = false } clap = { version = "4.1.4", default-features = false, features = ["std"] } -egg-mode = { version = "0.16.0", default-features = false, features = ["rustls"] } +egg-mode = { version = "0.16.1", default-features = false, features = ["rustls"] } futures = { version = "0.3.26", default-features = false, features = ["std", "async-await"] } google-calendar3 = "4.0.1" google-sheets4 = "4.0.1" From a3c20c3dee3ae120c273eede94079529c56c78a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 06:09:00 +0000 Subject: [PATCH 2/8] build(deps): bump hyper from 0.14.23 to 0.14.24 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.23 to 0.14.24. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.24/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.23...v0.14.24) --- updated-dependencies: - dependency-name: hyper dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2ec60b3d..405a84dbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1044,9 +1044,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "hyper" -version = "0.14.23" +version = "0.14.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c" +checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" dependencies = [ "bytes", "futures-channel", From 1b278c89353a1edd8145935efe0569a2531d53d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 06:07:43 +0000 Subject: [PATCH 3/8] build(deps): bump twilight-gateway-queue from 0.14.0 to 0.14.1 Bumps [twilight-gateway-queue](https://github.com/twilight-rs/twilight) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/twilight-rs/twilight/releases) - [Changelog](https://github.com/twilight-rs/twilight/blob/main/release.toml) - [Commits](https://github.com/twilight-rs/twilight/compare/twilight-gateway-queue-0.14.0...twilight-gateway-queue-0.14.1) --- updated-dependencies: - dependency-name: twilight-gateway-queue dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2ec60b3d..5c3e57d28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2815,9 +2815,9 @@ dependencies = [ [[package]] name = "twilight-gateway-queue" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21c3de23d1819c451ea9963770115628e8f9376e23254e108c84ccf8adff1b21" +checksum = "140ae587135d22927b001afbac23c4d312cbdd533051cee95fbf8495eda30b4c" dependencies = [ "tokio", "tracing", From 602e0dccb8815ac526897843029c177eda82a130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 06:09:26 +0000 Subject: [PATCH 4/8] build(deps): bump twilight-validate from 0.14.2 to 0.15.0 Bumps [twilight-validate](https://github.com/twilight-rs/twilight) from 0.14.2 to 0.15.0. - [Release notes](https://github.com/twilight-rs/twilight/releases) - [Changelog](https://github.com/twilight-rs/twilight/blob/main/release.toml) - [Commits](https://github.com/twilight-rs/twilight/compare/twilight-validate-0.14.2...twilight-validate-0.15.0) --- updated-dependencies: - dependency-name: twilight-validate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 43 +++++++++++++++++++++++++++++++++---------- Cargo.toml | 2 +- 2 files changed, 34 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2ec60b3d..65ca5787c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -673,9 +673,9 @@ dependencies = [ "twilight-gateway", "twilight-http", "twilight-mention", - "twilight-model", + "twilight-model 0.14.4", "twilight-util", - "twilight-validate", + "twilight-validate 0.15.0", "twitch_api", "unicode-segmentation", "unicode-width", @@ -2786,7 +2786,7 @@ dependencies = [ "bitflags", "dashmap", "serde", - "twilight-model", + "twilight-model 0.14.4", "twilight-util", ] @@ -2809,7 +2809,7 @@ dependencies = [ "tracing", "twilight-gateway-queue", "twilight-http", - "twilight-model", + "twilight-model 0.14.4", "url 2.3.1", ] @@ -2839,8 +2839,8 @@ dependencies = [ "tokio", "tracing", "twilight-http-ratelimiting", - "twilight-model", - "twilight-validate", + "twilight-model 0.14.4", + "twilight-validate 0.14.2", ] [[package]] @@ -2861,7 +2861,7 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e11a444fc7fa4940200e3cc0b574fa92621254e19944087dde929a60996ddc9" dependencies = [ - "twilight-model", + "twilight-model 0.14.4", ] [[package]] @@ -2878,14 +2878,28 @@ dependencies = [ "tracing", ] +[[package]] +name = "twilight-model" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "517fdbf3d0593cfaaebde652bc9cdddb176e94af57d6bb86393f2adc9704ae16" +dependencies = [ + "bitflags", + "serde", + "serde-value", + "serde_repr", + "time 0.3.17", + "tracing", +] + [[package]] name = "twilight-util" version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3eb1bb1bf2b92e01a66575bd715daf4431da48136d711deb0350d4dd60b9775d" dependencies = [ - "twilight-model", - "twilight-validate", + "twilight-model 0.14.4", + "twilight-validate 0.14.2", ] [[package]] @@ -2894,7 +2908,16 @@ version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2e7889d81cb059ca6fdfba45876d7ea3707ea604e23533a0592f7909faffcd2" dependencies = [ - "twilight-model", + "twilight-model 0.14.4", +] + +[[package]] +name = "twilight-validate" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ff2bd5e7fff1e1ab3ef6067f7960abc47ef02f9b99f2c864689e8d6fa537dd8" +dependencies = [ + "twilight-model 0.15.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3bae8e748..b697bf292 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ twilight-gateway = { version = "0.14.1", default-features = false, features = [" twilight-http = { version = "0.14.3", default-features = false, features = ["decompression", "rustls-native-roots"] } twilight-model = "0.14.4" twilight-util = { version = "0.14.2", default-features = false, features = ["builder", "snowflake"] } -twilight-validate = "0.14.2" +twilight-validate = "0.15.0" twilight-mention = "0.14.0" twitch_api = { version = "0.7.0-rc.4", features = ["all", "reqwest"] } unicode-segmentation = "1.10.0" From 0e4c60030174163beb46c8b62bd37f4fb6ce016a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 06:10:53 +0000 Subject: [PATCH 5/8] build(deps): bump proc-macro2 from 1.0.50 to 1.0.51 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.50 to 1.0.51. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.50...1.0.51) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2ec60b3d..7aa234dc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1696,9 +1696,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.50" +version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2" +checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" dependencies = [ "unicode-ident", ] From 3c0ae626c2429194cc103d51a77fba29a9d550bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 06:11:09 +0000 Subject: [PATCH 6/8] build(deps): bump anyhow from 1.0.68 to 1.0.69 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.68 to 1.0.69. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.68...1.0.69) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2ec60b3d..0f48cc89b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -86,9 +86,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.68" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" +checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" [[package]] name = "ascii-canvas" diff --git a/Cargo.toml b/Cargo.toml index 3bae8e748..8be97682b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ build = "build.rs" lalrpop = { version = "0.19.8", default-features = false, features = ["lexer"] } [dependencies] -anyhow = { version = "1.0.68", default-features = false, features = ["std"] } +anyhow = { version = "1.0.69", default-features = false, features = ["std"] } bytes = { version = "1.2.1", default-features = false } clap = { version = "4.1.4", default-features = false, features = ["std"] } egg-mode = { version = "0.16.0", default-features = false, features = ["rustls"] } From 4e55de6cfe6846c40fc2e9936d22ff8e5f1ffc19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 06:03:55 +0000 Subject: [PATCH 7/8] build(deps): bump petgraph from 0.6.2 to 0.6.3 Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.6.2 to 0.6.3. - [Release notes](https://github.com/petgraph/petgraph/releases) - [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst) - [Commits](https://github.com/petgraph/petgraph/commits/0.6.3) --- updated-dependencies: - dependency-name: petgraph dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2ec60b3d..aafeb7957 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1594,9 +1594,9 @@ checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" [[package]] name = "petgraph" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143" +checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4" dependencies = [ "fixedbitset", "indexmap", From a3ab5ac9415fa5a8f43d5da8471746d924848a24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 06:08:27 +0000 Subject: [PATCH 8/8] build(deps): bump serde_json from 1.0.91 to 1.0.93 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.91 to 1.0.93. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.91...v1.0.93) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2ec60b3d..68236143c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2163,9 +2163,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.91" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" +checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 3bae8e748..fecdf1203 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ rust-ini = { version = "0.18.0", default-features = false } sea-orm = { version = "0.10.7", default-features = false, features = ["sqlx-postgres", "runtime-tokio-rustls", "macros", "with-time", "with-json"] } separator = { version = "0.4.1", default-features = false } serde = { version = "1.0.152", default-features = false, features = ["derive"] } -serde_json = { version = "1.0.91", default-features = false } +serde_json = { version = "1.0.93", default-features = false } strfmt = { version = "0.2.2", default-features = false } time = { version = "0.3.17", default-features = false, features = ["formatting", "parsing", "macros", "serde", "serde-well-known"] } time-tz = { version = "1.0.2", default-features = false, features = ["db"] }