From e1bd7b1c8d30b8dcd094cde1d0c2b878c3433f01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 09:00:26 +0000 Subject: [PATCH] build(deps): 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 | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac9fea45..bdfd8b31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1525,9 +1525,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", "libc", @@ -1545,9 +1545,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 4867d6f3..4e6b0133 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ tar = "0.4" tempfile = "3" termcolor = "1.1" thiserror = "~1.0" -time = { version = "0.3.21", default-features = false, features = ["local-offset", "formatting", "macros", "parsing"] } +time = { version = "0.3.23", default-features = false, features = ["local-offset", "formatting", "macros", "parsing"] } curl = { version = "0.4", optional = true }