Skip to content

Commit

Permalink
chore(deps): disable unneeded default features for toml
Browse files Browse the repository at this point in the history
  • Loading branch information
max-heller committed Jan 19, 2025
1 parent 7561043 commit 8d41aea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
23 changes: 0 additions & 23 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 @@ -32,7 +32,7 @@ semver = "1.0.0"
serde = { version = "1.0.85", features = ["derive"] }
serde_yaml = "0.9.0"
tempfile = "3.0.0"
toml = "0.8.0"
toml = { version = "0.8.0", default-features = false }
ureq = "2.0.0"
utf8parse = "0.2.2"
walkdir = "2.0.0"
Expand Down

0 comments on commit 8d41aea

Please sign in to comment.