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 Sep 27, 2023
1 parent 7c00c08 commit fa4e9f1
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
31 changes: 28 additions & 3 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 = { version = "0.8", default-features = false, features = ["display"] }
thiserror = "1"

0 comments on commit fa4e9f1

Please sign in to comment.