From 4fa3693d88dc562e59db02d1ea2edbb9c2d2f42a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 17:58:51 +0000 Subject: [PATCH] build(deps): bump the bot group in /app/bot with 3 updates Bumps the bot group in /app/bot with 3 updates: [chrono](https://github.com/chronotope/chrono), [fastrand](https://github.com/smol-rs/fastrand) and [serde](https://github.com/serde-rs/serde). Updates `chrono` from 0.4.38 to 0.4.39 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.38...v0.4.39) Updates `fastrand` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.2.0...v2.3.0) Updates `serde` from 1.0.215 to 1.0.216 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.216) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bot - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bot - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bot ... Signed-off-by: dependabot[bot] --- app/bot/Cargo.lock | 16 ++++++++-------- app/bot/Cargo.toml | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/bot/Cargo.lock b/app/bot/Cargo.lock index 1e4ca69..c1cb499 100644 --- a/app/bot/Cargo.lock +++ b/app/bot/Cargo.lock @@ -518,9 +518,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.38" +version = "0.4.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" dependencies = [ "android-tzdata", "iana-time-zone", @@ -740,9 +740,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "fnv" @@ -1870,18 +1870,18 @@ checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" [[package]] name = "serde" -version = "1.0.215" +version = "1.0.216" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" +checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.215" +version = "1.0.216" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" +checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e" dependencies = [ "proc-macro2", "quote", diff --git a/app/bot/Cargo.toml b/app/bot/Cargo.toml index 8de73cb..05e95de 100644 --- a/app/bot/Cargo.toml +++ b/app/bot/Cargo.toml @@ -7,13 +7,13 @@ edition = "2021" anyhow = "1.0.94" aws-config = "1.5.10" aws-sdk-dynamodb = "1.55.0" -chrono = "0.4.38" +chrono = "0.4.39" chrono-tz = "0.10.0" edit-distance = "2.1.3" -fastrand = "2.2.0" +fastrand = "2.3.0" lambda_runtime = "0.13.0" openssl = { version = "0.10.68", features = ["vendored"] } -serde = "1.0.215" +serde = "1.0.216" serde_dynamo = "4.2.14" serde_json = "1.0.133" teloxide = { version = "0.13.0", features = ["macros"] }