Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski authored Oct 27, 2024
1 parent dac5bd2 commit 58c9bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ config-yml = ["config/yaml"]
# Config
# We only support `toml` configs currently, and one of the default features (`rust-ini`) pulls in a dependency
# that breaks the coverage build on nightly.
config = { version = "0.14.0", default-features = false, features = ["toml", "convert-case"] }
config = { version = "0.14.1", default-features = false, features = ["toml", "convert-case"] }
dotenvy = "0.15.5"

# Tracing
Expand Down

0 comments on commit 58c9bd4

Please sign in to comment.