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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-10 23:55:00 +00:00 committed by GitHub
parent d2e01e5a21
commit c93a12b483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1253,9 +1253,9 @@ dependencies = [
[[package]] [[package]]
name = "time" name = "time"
version = "0.3.22" version = "0.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd" checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446"
dependencies = [ dependencies = [
"serde", "serde",
"time-core", "time-core",

View File

@ -29,7 +29,7 @@ same-file = "1.0.6"
snap = "1.1.0" snap = "1.1.0"
tar = "0.4.38" tar = "0.4.38"
tempfile = "3.6.0" tempfile = "3.6.0"
time = { version = "0.3.22", default-features = false } time = { version = "0.3.23", default-features = false }
ubyte = { version = "0.10.3", default-features = false } ubyte = { version = "0.10.3", default-features = false }
xz2 = "0.1.7" xz2 = "0.1.7"
zip = { version = "0.6.6", default-features = false, features = ["time"] } zip = { version = "0.6.6", default-features = false, features = ["time"] }