mirror of
https://github.com/containers/youki
synced 2025-11-10 19:08:42 +01:00
Bumps the patch group with 2 updates: [serde](https://github.com/serde-rs/serde) and [anyhow](https://github.com/dtolnay/anyhow). Updates `serde` from 1.0.225 to 1.0.226 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.225...v1.0.226) Updates `anyhow` from 1.0.99 to 1.0.100 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.99...1.0.100) --- updated-dependencies: - dependency-name: serde dependency-version: 1.0.226 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
222 B
INI
11 lines
222 B
INI
[package]
|
|
name = "test_framework"
|
|
version = "0.0.1"
|
|
edition = "2024"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.100"
|
|
crossbeam = "0.8.4"
|