Skip to content

Commit

Permalink
Update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Jun 2, 2023
1 parent 1c16127 commit 612c342
Showing 1 changed file with 62 additions and 12 deletions.
74 changes: 62 additions & 12 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ dependencies = [
"serde_json",
"sha2",
"tar",
"toml",
"toml 0.5.7",
"xz2",
]

Expand All @@ -311,7 +311,7 @@ dependencies = [
"indexmap",
"serde",
"serde_json",
"toml",
"toml 0.5.7",
]

[[package]]
Expand Down Expand Up @@ -581,7 +581,7 @@ checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"

[[package]]
name = "clippy"
version = "0.1.71"
version = "0.1.72"
dependencies = [
"clap 4.2.1",
"clippy_lints",
Expand All @@ -596,15 +596,14 @@ dependencies = [
"quote",
"regex",
"rustc-semver",
"rustc-workspace-hack",
"rustc_tools_util",
"serde",
"syn 2.0.8",
"tempfile",
"termize",
"tester",
"tokio",
"toml",
"toml 0.7.4",
"walkdir",
]

Expand All @@ -623,7 +622,7 @@ dependencies = [

[[package]]
name = "clippy_lints"
version = "0.1.71"
version = "0.1.72"
dependencies = [
"arrayvec",
"cargo_metadata 0.15.3",
Expand All @@ -639,15 +638,15 @@ dependencies = [
"serde",
"serde_json",
"tempfile",
"toml",
"toml 0.7.4",
"unicode-normalization",
"unicode-script",
"url",
]

[[package]]
name = "clippy_utils"
version = "0.1.71"
version = "0.1.72"
dependencies = [
"arrayvec",
"if_chain",
Expand Down Expand Up @@ -930,7 +929,7 @@ checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"

[[package]]
name = "declare_clippy_lint"
version = "0.1.71"
version = "0.1.72"
dependencies = [
"itertools",
"quote",
Expand Down Expand Up @@ -2111,7 +2110,7 @@ dependencies = [
"serde_json",
"shlex",
"tempfile",
"toml",
"toml 0.5.7",
"topological-sort",
]

Expand Down Expand Up @@ -4363,7 +4362,7 @@ dependencies = [
"serde_json",
"term",
"thiserror",
"toml",
"toml 0.5.7",
"unicode-segmentation",
"unicode-width",
"unicode_categories",
Expand Down Expand Up @@ -4484,6 +4483,15 @@ dependencies = [
"serde",
]

[[package]]
name = "serde_spanned"
version = "0.6.2"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
dependencies = [
"serde",
]

[[package]]
name = "sha1"
version = "0.10.5"
Expand Down Expand Up @@ -4995,6 +5003,40 @@ dependencies = [
"serde",
]

[[package]]
name = "toml"
version = "0.7.4"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]

[[package]]
name = "toml_datetime"
version = "0.6.2"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
dependencies = [
"serde",
]

[[package]]
name = "toml_edit"
version = "0.19.10"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]

[[package]]
name = "topological-sort"
version = "0.2.2"
Expand Down Expand Up @@ -5358,7 +5400,6 @@ dependencies = [
"idna",
"matches",
"percent-encoding",
"serde",
]

[[package]]
Expand Down Expand Up @@ -5685,6 +5726,15 @@ version = "0.48.0"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"

[[package]]
name = "winnow"
version = "0.4.6"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
dependencies = [
"memchr",
]

[[package]]
name = "writeable"
version = "0.5.1"
Expand Down

0 comments on commit 612c342

Please sign in to comment.