Skip to content

Commit

Permalink
upgrade toml to 0.8, fix toml features in metadata crate
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Oct 3, 2023
1 parent 7a307ee commit 5e035a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 30 deletions.
31 changes: 3 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ failure = "0.1.8"
thiserror = "1.0.26"
comrak = { version = "0.18.0", default-features = false }
syntect = { version = "5.0.0", default-features = false, features = ["parsing", "html", "dump-load", "regex-onig"] }
toml = "0.7.2"
toml = "0.8.0"
schemamama = "0.3"
schemamama_postgres = "0.3"
prometheus = { version = "0.13.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ path = "lib.rs"

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

0 comments on commit 5e035a3

Please sign in to comment.