From 28410baac76b4f0813f311426afab100da408232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 00:04:55 +0000 Subject: [PATCH] build(deps): bump time from 0.3.21 to 0.3.22 Bumps [time](https://github.com/time-rs/time) from 0.3.21 to 0.3.22. - [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.21...v0.3.22) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69b604f2e..216771319 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1242,9 +1242,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.21" +version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc" +checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd" dependencies = [ "serde", "time-core", diff --git a/Cargo.toml b/Cargo.toml index 035d3217d..b20fb8476 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ same-file = "1.0.6" snap = "1.1.0" tar = "0.4.38" tempfile = "3.6.0" -time = { version = "0.3.21", default-features = false } +time = { version = "0.3.22", default-features = false } ubyte = { version = "0.10.3", default-features = false } xz2 = "0.1.7" zip = { version = "0.6.6", default-features = false, features = ["time"] }