mirror of
https://github.com/starship/starship.git
synced 2024-11-07 17:05:09 +01:00
build: bump toml_edit from 0.13.1 to 0.13.2 (#3532)
Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.13.1 to 0.13.2. - [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.1...v0.13.2) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
865ae4f439
commit
ab99e759a7
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1824,9 +1824,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "toml_edit"
|
||||
version = "0.13.1"
|
||||
version = "0.13.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cd43cf25c995eb155e5d692ba38185d68860674f54bb29cb458ee05d6de15561"
|
||||
checksum = "367437aa05be74122fa0d982b84a91938871df88c69edb759ed1c310724fe2d9"
|
||||
dependencies = [
|
||||
"combine",
|
||||
"indexmap",
|
||||
|
@ -62,7 +62,7 @@ strsim = "0.10.0"
|
||||
sys-info = "0.9.1"
|
||||
terminal_size = "0.1.17"
|
||||
toml = { version = "0.5.8", features = ["preserve_order"] }
|
||||
toml_edit = "0.13.1"
|
||||
toml_edit = "0.13.2"
|
||||
unicode-segmentation = "1.8.0"
|
||||
unicode-width = "0.1.9"
|
||||
urlencoding = "2.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user