Skip to content

Commit

Permalink
Merge pull request #840 from crate-ci/renovate/toml-0.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate toml to 0.8.1
  • Loading branch information
epage committed Oct 2, 2023
2 parents 2d1f7fd + 3f806a4 commit 3eff16f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
33 changes: 29 additions & 4 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 crates/typos-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ clap = { version = "4.4.6", features = ["derive"] }
clap-verbosity-flag = "2.0"
ignore = "0.4"
serde = { version = "1.0", features = ["derive"] }
toml = "0.7.6"
toml = "0.8.1"
log = "0.4"
env_logger = { version = "0.10", default-features = false, features = ["auto-color"] }
atty = "0.2.14"
Expand Down

0 comments on commit 3eff16f

Please sign in to comment.