Skip to content

Commit

Permalink
cargo: bump the minor-updates group with 1 update
Browse files Browse the repository at this point in the history
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version.

Updates `toml` to 0.8.8
- [Commits](toml-rs/toml@toml-v0.7.8...toml-v0.8.8)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2024
1 parent 011de4e commit 63ae792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pulldown-cmark = { version = "0.9.1", default-features = false, optional = true
regex = { version = "1.5.4", default-features = false, features = ["std", "unicode"], optional = true }
semver = { version = "1.0.5", optional = true }
syn = { version = "2.0.15", default-features = false, features = ["parsing", "printing", "full"], optional = true }
toml = { version = "0.7.8", optional = true }
toml = { version = "0.8.8", optional = true }
url = { version = "2.2.2", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 63ae792

Please sign in to comment.