Skip to content

Commit 5e035a3

Browse files
committed
upgrade toml to 0.8, fix toml features in metadata crate
1 parent 7a307ee commit 5e035a3

File tree

3 files changed

+5
-30
lines changed

3 files changed

+5
-30
lines changed

Cargo.lock

+3-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ failure = "0.1.8"
4949
thiserror = "1.0.26"
5050
comrak = { version = "0.18.0", default-features = false }
5151
syntect = { version = "5.0.0", default-features = false, features = ["parsing", "html", "dump-load", "regex-onig"] }
52-
toml = "0.7.2"
52+
toml = "0.8.0"
5353
schemamama = "0.3"
5454
schemamama_postgres = "0.3"
5555
prometheus = { version = "0.13.0", default-features = false }

crates/metadata/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ path = "lib.rs"
1414

1515
[dependencies]
1616
serde = { version = "1.0", features = ["derive"] }
17-
toml = { version = "0.7", default-features = false }
17+
toml = "0.8"
1818
thiserror = "1"

0 commit comments

Comments
 (0)