mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
build(deps): bump filetime_creation from 0.1.7 to 0.2.0
Bumps [filetime_creation](https://github.com/czy-29/filetime_creation) from 0.1.7 to 0.2.0. - [Release notes](https://github.com/czy-29/filetime_creation/releases) - [Commits](https://github.com/czy-29/filetime_creation/compare/0.1.7...0.2.0) --- updated-dependencies: - dependency-name: filetime_creation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b376f57865
commit
5c55130917
15
Cargo.lock
generated
15
Cargo.lock
generated
@ -465,6 +465,17 @@ dependencies = [
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "filetime_creation"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c25b5d475550e559de5b0c0084761c65325444e3b6c9e298af9cefe7a9ef3a5f"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"filetime",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "flate2"
|
||||
version = "1.0.28"
|
||||
@ -832,7 +843,7 @@ dependencies = [
|
||||
"clap",
|
||||
"clap_complete",
|
||||
"clap_mangen",
|
||||
"filetime_creation",
|
||||
"filetime_creation 0.2.0",
|
||||
"flate2",
|
||||
"fs-err",
|
||||
"gzp",
|
||||
@ -1176,7 +1187,7 @@ dependencies = [
|
||||
"bit-set",
|
||||
"byteorder",
|
||||
"crc",
|
||||
"filetime_creation",
|
||||
"filetime_creation 0.1.7",
|
||||
"js-sys",
|
||||
"lzma-rust",
|
||||
"nt-time",
|
||||
|
@ -15,7 +15,7 @@ atty = "0.2.14"
|
||||
bstr = { version = "1.9.0", default-features = false, features = ["std"] }
|
||||
bzip2 = "0.4.4"
|
||||
clap = { version = "4.4.18", features = ["derive", "env"] }
|
||||
filetime_creation = "0.1"
|
||||
filetime_creation = "0.2"
|
||||
flate2 = { version = "1.0.28", default-features = false }
|
||||
fs-err = "2.11.0"
|
||||
gzp = { version = "0.11.3", default-features = false, features = ["snappy_default"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user