build(deps): update rust crate versions to 5.0.1

This commit is contained in:
renovate[bot] 2023-08-13 15:06:09 +00:00 committed by GitHub
parent d63ef1febb
commit 639f1fa889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 5 deletions

17
Cargo.lock generated
View File

@ -1837,6 +1837,15 @@ dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.6"
@ -2435,7 +2444,7 @@ checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"
dependencies = [
"difflib",
"float-cmp",
"itertools",
"itertools 0.10.5",
"normalize-line-endings",
"predicates-core",
"regex",
@ -3446,11 +3455,11 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "versions"
version = "5.0.0"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32feb3eb91e495efe5b6b2e3ca9d78db603043434a3a398a84b47de28abb2d02"
checksum = "c73a36bc44e3039f51fbee93e39f41225f6b17b380eb70cc2aab942df06b34dd"
dependencies = [
"itertools",
"itertools 0.11.0",
"nom 7.1.3",
]

View File

@ -85,7 +85,7 @@ toml_edit = "0.19.14"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"
urlencoding = "2.1.3"
versions = "5.0.0"
versions = "5.0.1"
which = "4.4.0"
yaml-rust = "0.4.5"