1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-05 07:06:14 +02:00
youki/tests/rust-integration-tests/test_framework/Cargo.toml
dependabot[bot] 82ebdc7cae
chore(deps): bump anyhow from 1.0.58 to 1.0.60
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.58 to 1.0.60.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.58...1.0.60)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-09 10:14:49 +00:00

11 lines
221 B
INI

[package]
name = "test_framework"
version = "0.0.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.60"
crossbeam = "0.8.2"