mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
Merge pull request #528 from ouch-org/dependabot/cargo/time-0.3.29
build(deps): bump time from 0.3.28 to 0.3.29
This commit is contained in:
commit
74ea2894bf
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -1188,9 +1188,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "time"
|
||||
version = "0.3.28"
|
||||
version = "0.3.29"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48"
|
||||
checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"
|
||||
dependencies = [
|
||||
"deranged",
|
||||
"serde",
|
||||
@ -1199,9 +1199,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "time-core"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
||||
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
||||
|
||||
[[package]]
|
||||
name = "twox-hash"
|
||||
|
@ -29,7 +29,7 @@ same-file = "1.0.6"
|
||||
snap = "1.1.0"
|
||||
tar = "0.4.40"
|
||||
tempfile = "3.8.0"
|
||||
time = { version = "0.3.28", default-features = false }
|
||||
time = { version = "0.3.29", default-features = false }
|
||||
xz2 = "0.1.7"
|
||||
zip = { version = "0.6.6", default-features = false, features = ["time"] }
|
||||
zstd = { version = "0.12.4", default-features = false }
|
||||
|
Loading…
x
Reference in New Issue
Block a user