Skip to content

Commit 54b5867

Browse files
fix(deps): update rust crate toml to 0.9.0 (#101)
* fix(deps): update rust crate toml to 0.9.0 * fix(deps): update `Cargo.lock` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniëlle Huisman <[email protected]>
1 parent 97fa04e commit 54b5867

File tree

3 files changed

+57
-9
lines changed

3 files changed

+57
-9
lines changed

Cargo.lock

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

packages/mdbook-tabs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ serde.workspace = true
2222
serde-keyvalue = "0.1.0"
2323
serde_json.workspace = true
2424
test-log.workspace = true
25-
toml = "0.8.14"
25+
toml = "0.9.0"

packages/mdbook-trunk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ semver.workspace = true
2626
serde.workspace = true
2727
serde_json.workspace = true
2828
test-log.workspace = true
29-
toml = "0.8.14"
29+
toml = "0.9.0"

0 commit comments

Comments
 (0)