Skip to content

Commit

Permalink
Update toml_edit requirement from 0.21 to 0.22
Browse files Browse the repository at this point in the history
Updates the requirements on [toml_edit](https://github.com/toml-rs/toml) to permit the latest version.
- [Commits](toml-rs/toml@v0.21.0...v0.22.4)

---
updated-dependencies:
- dependency-name: toml_edit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent cc9f7ee commit 2c44513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aws-lc-fips-sys = { path = "../aws-lc-fips-sys", optional = true }

[build-dependencies]
cc = "1"
toml_edit = "0.21"
toml_edit = "0.22"

[package.metadata.cargo-udeps.ignore]
normal = [ "aws-lc-sys", "aws-lc-fips-sys" ] # the sys crate is only used through a C library build

0 comments on commit 2c44513

Please sign in to comment.