mirror of
https://github.com/starship/starship.git
synced 2024-11-23 00:33:16 +01:00
build: bump toml_edit from 0.9.1 to 0.10.0 (#3272)
Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.9.1 to 0.10.0. - [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.9.1...v0.10.0) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-minor ... 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
7ba99ae01d
commit
3a1f1c359f
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1939,9 +1939,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "toml_edit"
|
||||
version = "0.9.1"
|
||||
version = "0.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6b26d63d75583ce572323a963b850d2121cf47a03b1f6c5fc96d641d3b0412b3"
|
||||
checksum = "506eddc39809976da80f4cd83941cf9ee3bbcccbeb5aa16e9592662899b41054"
|
||||
dependencies = [
|
||||
"combine",
|
||||
"indexmap",
|
||||
|
@ -70,7 +70,7 @@ shadow-rs = "0.8.1"
|
||||
versions = "3.0.3"
|
||||
strsim = "0.10.0"
|
||||
sha-1 = "0.9.8"
|
||||
toml_edit = "0.9.1"
|
||||
toml_edit = "0.10.0"
|
||||
|
||||
process_control = { version = "3.1.0", features = ["crossbeam-channel"] }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user