Bump time from 0.3.2 to 0.3.3

Bumps [time](https://github.com/time-rs/time) from 0.3.2 to 0.3.3.
- [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.2...v0.3.3)

---
updated-dependencies:
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/795/head
dependabot[bot] 3 years ago committed by GitHub
parent 0e4891fcc0
commit 6a8c925a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated

@ -3935,7 +3935,7 @@ dependencies = [
"tempfile",
"testcontainers 0.12.0",
"thiserror",
"time 0.3.2",
"time 0.3.3",
"tokio",
"tokio-socks",
"tokio-tar",
@ -4082,9 +4082,9 @@ dependencies = [
[[package]]
name = "time"
version = "0.3.2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e0a10c9a9fb3a5dce8c2239ed670f1a2569fcf42da035f5face1b19860d52b0"
checksum = "cde1cf55178e0293453ba2cca0d5f8392a922e52aa958aee9c28ed02becc6d03"
dependencies = [
"libc",
]

Loading…
Cancel
Save