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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-12 00:00:52 +00:00 committed by João Marcos
parent 419abbf4d7
commit 1e383d65cd
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"] }