Skip to content

Commit d3e4eeb

Browse files
Bump toml from 0.5.8 to 0.7.2
Bumps [toml](https://github.com/toml-rs/toml) from 0.5.8 to 0.7.2. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](https://github.com/toml-rs/toml/commits/toml-v0.7.2) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 33cd30b commit d3e4eeb

File tree

2 files changed

+68
-3
lines changed

2 files changed

+68
-3
lines changed

Cargo.lock

Lines changed: 67 additions & 2 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
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
serde = { version = "1.0.152", features = [ "derive" ] }
10-
toml = "0.5.8"
10+
toml = "0.7.2"
1111
color-eyre = "0.6.1"
1212

1313
[profile.dev.package.backtrace]

0 commit comments

Comments
 (0)