1
0
mirror of https://github.com/containers/youki synced 2024-09-20 02:41:47 +02:00
youki/tests/test_framework/Cargo.toml
dependabot[bot] a953575b24
chore(deps): bump the patch group with 1 update
Bumps the patch group with 1 update: [anyhow](https://github.com/dtolnay/anyhow).


Updates `anyhow` from 1.0.76 to 1.0.77
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.76...1.0.77)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-27 01:13:13 +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.77"
crossbeam = "0.8.3"