Skip to content

Commit 5265901

Browse files
Bump toml from 0.8.20 to 0.9.5 (#114)
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.20 to 0.9.5. - [Commits](toml-rs/toml@toml-v0.8.20...toml-v0.9.5) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5602c64 commit 5265901

File tree

2 files changed

+37
-26
lines changed

2 files changed

+37
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ version = "0.7.1"
1919
miette = { version = "7.4.0", optional = true, features = ["fancy"] }
2020
serde = { version = "1.0.219", optional = true, default-features = false, features = ["alloc"] }
2121
serde_json = { version = "1.0.140", optional = true, default-features = false, features = ["alloc"] }
22-
toml = { version = "0.8", optional = true }
22+
toml = { version = "0.9", optional = true }
2323

2424
[dev-dependencies]
2525
quickcheck = "1.0.3"

0 commit comments

Comments
 (0)