Skip to content

Commit 2763e33

Browse files
authored
Merge pull request #343 from rust-lang/renovate/toml-0.x
Update Rust crate toml to 0.9
2 parents ad462ad + 3c76c9c commit 2763e33

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed

Cargo.lock

Lines changed: 16 additions & 18 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
@@ -21,7 +21,7 @@ thiserror = "2"
2121
# Serialization
2222
serde = { version = "1", features = ["derive"] }
2323
serde_json = "1"
24-
toml = "0.8"
24+
toml = "0.9"
2525

2626
# GitHub
2727
octocrab = { version = "0.44", features = ["timeout", "stream"] }

0 commit comments

Comments
 (0)