From 1e383d65cd504f593874b63bd98b3a159b70030a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 00:00:52 +0000 Subject: [PATCH] build(deps): bump time from 0.3.35 to 0.3.36 Bumps [time](https://github.com/time-rs/time) from 0.3.35 to 0.3.36. - [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.35...v0.3.36) --- 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 204bd69..8c0a0fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1346,9 +1346,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.35" +version = "0.3.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef89ece63debf11bc32d1ed8d078ac870cbeb44da02afb02a9ff135ae7ca0582" +checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" dependencies = [ "deranged", "num-conv", diff --git a/Cargo.toml b/Cargo.toml index b70fd82..4c56eef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ sevenz-rust = { version = "0.6.0", features = ["compress"] } snap = "1.1.1" tar = "0.4.40" tempfile = "3.10.1" -time = { version = "0.3.35", default-features = false } +time = { version = "0.3.36", default-features = false } unrar = { version = "0.5.3", optional = true } xz2 = "0.1.7" zip = { version = "0.6.6", default-features = false, features = ["time"] }