Skip to content

Commit f374da0

Browse files
authored
Merge pull request #201 from rustcoreutils/deps
Update Deps
2 parents b4659ae + 94f3ff9 commit f374da0

File tree

2 files changed

+60
-56
lines changed

2 files changed

+60
-56
lines changed

Cargo.lock

Lines changed: 56 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

awk/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ plib = { path = "../plib" }
88
gettext-rs.workspace = true
99
clap.workspace = true
1010
libc.workspace = true
11-
pest = "2.7.10"
12-
pest_derive = "2.7.10"
13-
lazy_static = "1.4.0"
11+
pest = "2.7"
12+
pest_derive = "2.7"
13+
lazy_static = "1.4"
1414
lexical = { version = "6.1", features = ["format"] }
15-
rand = {version = "0.8.5", no-default-features = false, features = ["small_rng"] }
15+
rand = {version = "0.8", no-default-features = false, features = ["small_rng"] }
1616

1717
[[bin]]
1818
name = "awk"

0 commit comments

Comments
 (0)