From 5f2ed66b18c9e16abf73ec8b12ca17cd2a97feb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 23:58:23 +0000 Subject: [PATCH] build(deps): bump time from 0.3.23 to 0.3.24 Bumps [time](https://github.com/time-rs/time) from 0.3.23 to 0.3.24. - [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.23...v0.3.24) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 +++++++++-- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d152a5..49b7784 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,6 +339,12 @@ dependencies = [ "cfg-if", ] +[[package]] +name = "deranged" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8810e7e2cf385b1e9b50d68264908ec367ba642c96d02edfe61c39e88e2a3c01" + [[package]] name = "difflib" version = "0.4.0" @@ -1175,10 +1181,11 @@ dependencies = [ [[package]] name = "time" -version = "0.3.23" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446" +checksum = "b79eabcd964882a646b3584543ccabeae7869e9ac32a46f6f22b7a5bd405308b" dependencies = [ + "deranged", "serde", "time-core", ] diff --git a/Cargo.toml b/Cargo.toml index dc83e04..7bd6f15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ same-file = "1.0.6" snap = "1.1.0" tar = "0.4.39" tempfile = "3.7.0" -time = { version = "0.3.23", default-features = false } +time = { version = "0.3.24", 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"] }