Skip to content

Commit

Permalink
upgrade dependences
Browse files Browse the repository at this point in the history
  • Loading branch information
harryfei committed Feb 21, 2022
1 parent e7002ce commit cf3b597
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -12,12 +12,12 @@ categories = ["os", "filesystem"]
keywords = ["which", "which-rs", "unix", "command"]

[dependencies]
either = "1.6"
libc = "0.2.65"
either = "1.6.1"
libc = "0.2.117"
regex = { version = "1.5.4", optional = true }

[target.'cfg(windows)'.dependencies]
lazy_static = "1"
lazy_static = "1.4.0"

[dev-dependencies]
tempfile = "3"
Expand Down

0 comments on commit cf3b597

Please sign in to comment.