From 67d4fe62dd265d9f879ec593a6aa424804d56542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 05:15:46 +0000 Subject: [PATCH] Bump time from 0.3.25 to 0.3.27 Bumps [time](https://github.com/time-rs/time) from 0.3.25 to 0.3.27. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.3.25...v0.3.27) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19a784b2..222482e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2806,9 +2806,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.25" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fdd63d58b18d663fbdf70e049f00a22c8e42be082203be7f26589213cd75ea" +checksum = "0bb39ee79a6d8de55f48f2293a830e040392f1c5f16e336bdd1788cd0aadce07" dependencies = [ "deranged", "itoa", @@ -2825,9 +2825,9 @@ checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" [[package]] name = "time-macros" -version = "0.2.11" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb71511c991639bb078fd5bf97757e03914361c48100d52878b8e52b46fb92cd" +checksum = "733d258752e9303d392b94b75230d07b0b9c489350c69b851fc6c065fde3e8f9" dependencies = [ "time-core", ] diff --git a/Cargo.toml b/Cargo.toml index cd889dfd..425a259c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ snap = "1.1.0" strum = { version = "0.25.0", features = ["derive"] } subxt = { default-features = false, features = ["jsonrpsee-ws"], version = "0.29.0" } thiserror = "1.0.47" -time = { version = "0.3.25", features = ["formatting"] } +time = { version = "0.3.27", features = ["formatting"] } tokio = { version = "1.32.0", features = ["macros", "rt", "rt-multi-thread", "signal"] } tokio-tungstenite = { version = "0.19.0", features = ["native-tls"] } typed-builder = "0.14.0"