mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 03:55:28 +00:00
build(deps): bump time from 0.3.27 to 0.3.28
Bumps [time](https://github.com/time-rs/time) from 0.3.27 to 0.3.28. - [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.27...v0.3.28) --- 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:
parent
fdcfe2f1fb
commit
bbc5d1d528
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1158,9 +1158,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "time"
|
name = "time"
|
||||||
version = "0.3.27"
|
version = "0.3.28"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0bb39ee79a6d8de55f48f2293a830e040392f1c5f16e336bdd1788cd0aadce07"
|
checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"deranged",
|
"deranged",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -29,7 +29,7 @@ same-file = "1.0.6"
|
|||||||
snap = "1.1.0"
|
snap = "1.1.0"
|
||||||
tar = "0.4.40"
|
tar = "0.4.40"
|
||||||
tempfile = "3.8.0"
|
tempfile = "3.8.0"
|
||||||
time = { version = "0.3.27", default-features = false }
|
time = { version = "0.3.28", 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"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user