Skip to content

Commit 94f3ff9

Browse files
committed
awk/Cargo.toml: prefer not to lock micro version
1 parent 121fa64 commit 94f3ff9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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)