1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-05 14:26:15 +02:00

chore(deps): bump time from 0.1.44 to 0.1.45

Bumps [time](https://github.com/time-rs/time) from 0.1.44 to 0.1.45.
- [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/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-28 01:22:11 +00:00 committed by GitHub
parent 17c279b7d7
commit ef05e89484
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated
View File

@ -177,7 +177,7 @@ dependencies = [
"num-integer",
"num-traits",
"serde",
"time 0.1.44",
"time 0.1.45",
"wasm-bindgen",
"winapi",
]
@ -1876,7 +1876,7 @@ dependencies = [
"byteorder",
"combine",
"libc",
"time 0.1.44",
"time 0.1.45",
]
[[package]]
@ -2404,9 +2404,9 @@ dependencies = [
[[package]]
name = "time"
version = "0.1.44"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",