Skip to content

Commit ccda1ca

Browse files
chore(deps): bump toml from 0.5.9 to 0.5.10 (#231)
Bumps [toml](https://github.com/toml-rs/toml) from 0.5.9 to 0.5.10. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](https://github.com/toml-rs/toml/commits/toml-v0.5.10) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79e8c10 commit ccda1ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 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
@@ -51,7 +51,7 @@ structopt = { version = "0.3.26", default-features = false }
5151
termcolor = "1.1.3"
5252
tokio = { version = "1.23.0", features = ["fs", "rt-multi-thread", "signal", "macros"] }
5353
tokio-rustls = "0.23.4"
54-
toml = "0.5.9"
54+
toml = "0.5.10"
5555

5656
[dev-dependencies]
5757
criterion = { version = "0.4.0", features = ["async_tokio", "html_reports"] }

0 commit comments

Comments
 (0)