Skip to content

Commit b0438a8

Browse files
KobzolChrisDenton
authored andcommitted
Bump toml to 0.9
This improves the performance of parsing the TOML manifest file on my PC by about 30%.
1 parent ed67088 commit b0438a8

File tree

2 files changed

+44
-8
lines changed

2 files changed

+44
-8
lines changed

Cargo.lock

Lines changed: 43 additions & 7 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
@@ -89,7 +89,7 @@ threadpool = "1"
8989
tokio = { version = "1.26.0", default-features = false, features = ["macros", "rt-multi-thread", "sync"] }
9090
tokio-retry = "0.3.0"
9191
tokio-stream = "0.1.14"
92-
toml = "0.8"
92+
toml = "0.9"
9393
tracing = "0.1"
9494
tracing-log = "0.2"
9595
tracing-opentelemetry = { version = "0.31", optional = true }

0 commit comments

Comments
 (0)