Skip to content

Commit 8116365

Browse files
Update Rust crate toml to 0.9.0
1 parent efcda98 commit 8116365

File tree

3 files changed

+18
-23
lines changed

3 files changed

+18
-23
lines changed

Cargo.lock

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

crates/front_matter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
[dependencies]
77
eyre = "0.6.12"
88
serde = { version = "1.0.219", features = ["derive"] }
9-
toml = "0.8.23"
9+
toml = "0.9.0"
1010

1111
[dev-dependencies]
1212
walkdir = "2.5.0"

crates/generate_blog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ edition = "2024"
77
front_matter = { version = "0.1.0", path = "../front_matter" }
88
inquire = "0.7.5"
99
serde = "1.0.219"
10-
toml = "0.8.23"
10+
toml = "0.9.0"
1111
rust_team_data = { git = "https://github.com/rust-lang/team" }
1212
ureq = { version = "3.0.11", features = ["rustls", "json"] }

0 commit comments

Comments
 (0)