From 84a375f75673f72344f587118389676759bf8a5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 09:02:25 +0000 Subject: [PATCH] build(deps): bump time from 0.3.25 to 0.3.28 Bumps [time](https://github.com/time-rs/time) from 0.3.25 to 0.3.28. - [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.28) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7a2277..7cd465c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -675,7 +675,7 @@ dependencies = [ "serde_json", "sha2", "thiserror", - "time 0.3.25", + "time 0.3.28", "tokio", ] @@ -1141,7 +1141,7 @@ dependencies = [ "num-bigint", "num-traits", "thiserror", - "time 0.3.25", + "time 0.3.28", ] [[package]] @@ -1281,9 +1281,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.25" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fdd63d58b18d663fbdf70e049f00a22c8e42be082203be7f26589213cd75ea" +checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48" dependencies = [ "deranged", "itoa", @@ -1300,9 +1300,9 @@ checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" [[package]] name = "time-macros" -version = "0.2.11" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb71511c991639bb078fd5bf97757e03914361c48100d52878b8e52b46fb92cd" +checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572" dependencies = [ "time-core", ] diff --git a/Cargo.toml b/Cargo.toml index c46220a..330afd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ thiserror = "1.0.48" tokio = { version = "1.32.0", features = ["full"] } hyper = { version = "0.14.27", features = ["stream"] } futures = "0.3.28" -time = "0.3.25" +time = "0.3.28"