We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99013ae commit 53d5924Copy full SHA for 53d5924
buildpacks/ruby/Cargo.toml
@@ -19,6 +19,7 @@ indoc = "2"
19
libcnb = "=0.17.0"
20
libherokubuildpack = { version = "=0.17.0", default-features = false, features = ["digest"] }
21
rand = "0.8"
22
+# TODO: Consolidate on either the regex crate or the fancy-regex crate, since this repo currently uses both.
23
regex = "1"
24
serde = "1"
25
tar = { version = "0.4", default-features = false }
commons/Cargo.toml
@@ -14,6 +14,7 @@ workspace = true
14
ascii_table = { version = "4", features = ["color_codes"] }
15
byte-unit = "4"
16
const_format = "0.2"
17
18
fancy-regex = "0.13"
fs_extra = "1"
fs-err = "2"
0 commit comments