From 8c73811540aab16f3f0ebf0eac7dc99ecd14e1c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 19:48:42 +0000 Subject: [PATCH] Bump time from 0.3.22 to 0.3.23 Bumps [time](https://github.com/time-rs/time) from 0.3.22 to 0.3.23. - [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.22...v0.3.23) --- 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 | 4 ++-- entity/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7d9f41..1a048b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2961,9 +2961,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.22" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd" +checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446" dependencies = [ "itoa", "serde", @@ -2979,9 +2979,9 @@ checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" [[package]] name = "time-macros" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b" +checksum = "96ba15a897f3c86766b757e5ac7221554c6750054d74d5b28844fce5fb36a6c4" dependencies = [ "time-core", ] diff --git a/Cargo.toml b/Cargo.toml index c146909..d10c4ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ default-features = false features = ["sync"] [dependencies.time] -version = "=0.3.22" +version = "=0.3.23" default-features = false features = ["std", "macros"] @@ -73,4 +73,4 @@ features = ["std", "macros"] lightningcss = "=1.0.0-alpha.44" proc-macro2 = "=1.0.63" quote = "=1.0.29" -time = "=0.3.22" +time = "=0.3.23" diff --git a/entity/Cargo.toml b/entity/Cargo.toml index 0c34f59..f336477 100644 --- a/entity/Cargo.toml +++ b/entity/Cargo.toml @@ -24,6 +24,6 @@ default-features = false features = ["v4", "serde"] [dependencies.time] -version = "=0.3.22" +version = "=0.3.23" default-features = false features = ["std", "serde"]