Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit d1dc1b5

Browse files
dependabot[bot]sunshowers
authored andcommitted
Bump toml_edit from 0.13.4 to 0.14.4
Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.13.4 to 0.14.4. - [Release notes](https://github.com/ordian/toml_edit/releases) - [Changelog](https://github.com/ordian/toml_edit/blob/master/CHANGELOG.md) - [Commits](toml-rs/toml@v0.13.4...v0.14.4) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2825b3b commit d1dc1b5

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

Cargo.lock

+2-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-guppy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ itertools = "0.10.3"
1717
pathdiff = { version = "0.2.1", features = ["camino"] }
1818
serde = { version = "1.0.137", features = ["derive"] }
1919
serde_json = "1.0.81"
20-
toml_edit = "0.13.4"
20+
toml_edit = "0.14.4"
2121
guppy-workspace-hack = { version = "0.1", path = "../workspace-hack" }

tools/hakari/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ serde = { version = "1.0.137", features = ["derive"], optional = true }
4141
tabular = { version = "0.2.0", features = ["ansi-cell"], optional = true }
4242
target-spec = { version = "1.0.2", path = "../../target-spec" }
4343
toml = { version = "0.5.9", optional = true }
44-
toml_edit = "0.13.4"
44+
toml_edit = "0.14.4"
4545
twox-hash = { version = "1.6.3", default-features = false }
4646
guppy-workspace-hack = { version = "0.1", path = "../../workspace-hack" }
4747

0 commit comments

Comments
 (0)