Skip to content

Commit

Permalink
Merge pull request #4067 from uutils/dependabot/cargo/filetime-0.2.18
Browse files Browse the repository at this point in the history
build(deps): bump filetime from 0.2.17 to 0.2.18
  • Loading branch information
sylvestre authored Oct 22, 2022
2 parents 02f6fa7 + 5696059 commit bb27734
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/uu/touch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
path = "src/touch.rs"

[dependencies]
filetime = "0.2.17"
filetime = "0.2.18"
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
time = { version = "0.3", features = ["parsing", "formatting", "local-offset", "macros"] }
uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features=["libc"] }
Expand Down

0 comments on commit bb27734

Please sign in to comment.