We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121fa64 commit 94f3ff9Copy full SHA for 94f3ff9
awk/Cargo.toml
@@ -8,11 +8,11 @@ plib = { path = "../plib" }
8
gettext-rs.workspace = true
9
clap.workspace = true
10
libc.workspace = true
11
-pest = "2.7.10"
12
-pest_derive = "2.7.10"
13
-lazy_static = "1.4.0"
+pest = "2.7"
+pest_derive = "2.7"
+lazy_static = "1.4"
14
lexical = { version = "6.1", features = ["format"] }
15
-rand = {version = "0.8.5", no-default-features = false, features = ["small_rng"] }
+rand = {version = "0.8", no-default-features = false, features = ["small_rng"] }
16
17
[[bin]]
18
name = "awk"
0 commit comments