Skip to content

Commit 0852a55

Browse files
committed
chore: bump toml dependency from 1.0 to 1.1
1 parent 633f841 commit 0852a55

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -43,7 +43,7 @@ rayon = "1.11"
4343
# Serialization
4444
serde = { version = "1.0", features = ["derive"] }
4545
serde_json = "1.0"
46-
toml = "1.0"
46+
toml = "1.1"
4747

4848
# Config & paths
4949
directories = "6.0"

0 commit comments

Comments
 (0)