Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.5) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
430 B
TOML
21 lines
430 B
TOML
[package]
|
|
name = "copy_bom"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_yaml = "0.8"
|
|
log = "0.4.14"
|
|
env_logger = "0.9.0"
|
|
sha2 = "0.9.5"
|
|
data-encoding = "2.3.2"
|
|
lazy_static = "1.4.0"
|
|
regex = "1.5.5"
|
|
shellexpand = "2.1"
|
|
elf = "0.0.10"
|
|
structopt = "0.3.23"
|
|
walkdir = "2"
|