mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
chore(deps): Bump toml_edit from 0.13.0 to 0.13.4
Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.13.0 to 0.13.4. - [Release notes](https://github.com/ordian/toml_edit/releases) - [Changelog](https://github.com/ordian/toml_edit/blob/master/CHANGELOG.md) - [Commits](https://github.com/ordian/toml_edit/compare/v0.13.0...v0.13.4) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5b7fe620ec
commit
d69e5c3a2f
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -1479,9 +1479,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toml_edit"
|
name = "toml_edit"
|
||||||
version = "0.13.0"
|
version = "0.13.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3b80ac5e1b91e3378c63dab121962472b5ca20cf9ab1975e3d588548717807a8"
|
checksum = "744e9ed5b352340aa47ce033716991b5589e23781acb97cad37d4ea70560f55b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"combine",
|
"combine",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
|
@ -1566,7 +1566,7 @@ dependencies = [
|
||||||
"proc-exit",
|
"proc-exit",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"toml_edit 0.13.0",
|
"toml_edit 0.13.4",
|
||||||
"trycmd",
|
"trycmd",
|
||||||
"typed-arena",
|
"typed-arena",
|
||||||
"typos",
|
"typos",
|
||||||
|
|
|
@ -68,7 +68,7 @@ clap = "3.0"
|
||||||
clap-verbosity-flag = "0.4"
|
clap-verbosity-flag = "0.4"
|
||||||
ignore = "0.4"
|
ignore = "0.4"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
toml_edit = { version = "0.13.0", features = ["easy"] }
|
toml_edit = { version = "0.13.4", features = ["easy"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
env_logger = { version = "0.9", default-features = false, features = ["termcolor"] }
|
env_logger = { version = "0.9", default-features = false, features = ["termcolor"] }
|
||||||
atty = "0.2.14"
|
atty = "0.2.14"
|
||||||
|
|
Loading…
Reference in a new issue