Skip to content

Commit 7f961e2

Browse files
fix(deps): update rust crate toml to 0.9.0
1 parent 588e4cf commit 7f961e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)