Skip to content

Commit a441794

Browse files
chore(deps): bump the cargo-updates group across 1 directory with 5 updates
Bumps the cargo-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bitflags](https://github.com/bitflags/bitflags) | `2.10.0` | `2.11.0` | | [uefi-raw](https://github.com/rust-osdev/uefi-rs) | `0.13.0` | `0.14.0` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.101` | `1.0.102` | | [toml](https://github.com/toml-rs/toml) | `0.9.11+spec-1.1.0` | `1.0.7+spec-1.1.0` | | [uefi](https://github.com/rust-osdev/uefi-rs) | `0.36.1` | `0.37.0` | Updates `bitflags` from 2.10.0 to 2.11.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.10.0...2.11.0) Updates `uefi-raw` from 0.13.0 to 0.14.0 - [Release notes](https://github.com/rust-osdev/uefi-rs/releases) - [Changelog](https://github.com/rust-osdev/uefi-rs/blob/main/CHANGELOG.md) - [Commits](rust-osdev/uefi-rs@uefi-raw-v0.13.0...uefi-raw-v0.14.0) Updates `anyhow` from 1.0.101 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) Updates `toml` from 0.9.11+spec-1.1.0 to 1.0.7+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.11...toml-v1.0.7) Updates `uefi` from 0.36.1 to 0.37.0 - [Release notes](https://github.com/rust-osdev/uefi-rs/releases) - [Changelog](https://github.com/rust-osdev/uefi-rs/blob/main/CHANGELOG.md) - [Commits](rust-osdev/uefi-rs@uefi-v0.36.1...uefi-v0.37.0) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates - dependency-name: uefi-raw dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: toml dependency-version: 1.0.7+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-updates - dependency-name: uefi dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c70d1e4 commit a441794

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ repository = "https://github.com/edera-dev/sprout"
1515
edition = "2024"
1616

1717
[workspace.dependencies]
18-
bitflags = "2.10.0"
18+
bitflags = "2.11.0"
1919
log = "0.4.29"
2020
spin = "0.10.0"
21-
uefi-raw = "0.13.0"
21+
uefi-raw = "0.14.0"
2222

2323
[workspace.dependencies.anyhow]
24-
version = "1.0.100"
24+
version = "1.0.102"
2525
default-features = false
2626

2727
[workspace.dependencies.hex]
@@ -48,12 +48,12 @@ version = "1.3.0"
4848
default-features = false
4949

5050
[workspace.dependencies.toml]
51-
version = "0.9.11"
51+
version = "1.0.7"
5252
default-features = false
5353
features = ["serde", "parse"]
5454

5555
[workspace.dependencies.uefi]
56-
version = "0.36.1"
56+
version = "0.37.0"
5757
default-features = false
5858
features = ["alloc", "global_allocator", "panic_handler"]
5959

0 commit comments

Comments
 (0)