mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-01-15 03:13:51 +00:00
build(deps): bump nom from 5.1.1 to 5.1.2 (#1330)
Bumps [nom](https://github.com/Geal/nom) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/Geal/nom/releases) - [Changelog](https://github.com/Geal/nom/blob/master/CHANGELOG.md) - [Commits](https://github.com/Geal/nom/compare/5.1.1...5.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
66297427a8
commit
4a1eaad619
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -637,9 +637,9 @@ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nom"
|
name = "nom"
|
||||||
version = "5.1.1"
|
version = "5.1.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6"
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lexical-core",
|
"lexical-core",
|
||||||
"memchr",
|
"memchr",
|
||||||
|
@ -51,7 +51,7 @@ starship_module_config_derive = { version = "0.1.0", path = "starship_module_con
|
|||||||
yaml-rust = "0.4"
|
yaml-rust = "0.4"
|
||||||
pest = "^2.1"
|
pest = "^2.1"
|
||||||
pest_derive = "^2.1"
|
pest_derive = "^2.1"
|
||||||
nom = "5.1.1"
|
nom = "5.1.2"
|
||||||
regex = "1.3.9"
|
regex = "1.3.9"
|
||||||
os_info = "2.0.6"
|
os_info = "2.0.6"
|
||||||
urlencoding = "1.0.0"
|
urlencoding = "1.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user