mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Update cargo
This commit is contained in:
+15
-3
@@ -293,7 +293,7 @@ dependencies = [
|
||||
"pretty_env_logger",
|
||||
"rand 0.8.3",
|
||||
"rustc-workspace-hack",
|
||||
"rustfix",
|
||||
"rustfix 0.6.0",
|
||||
"semver 1.0.3",
|
||||
"serde",
|
||||
"serde_ignored",
|
||||
@@ -672,7 +672,7 @@ dependencies = [
|
||||
"libc",
|
||||
"miow 0.3.6",
|
||||
"regex",
|
||||
"rustfix",
|
||||
"rustfix 0.5.1",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tracing",
|
||||
@@ -696,7 +696,7 @@ dependencies = [
|
||||
"log",
|
||||
"miow 0.3.6",
|
||||
"regex",
|
||||
"rustfix",
|
||||
"rustfix 0.5.1",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
@@ -4554,6 +4554,18 @@ dependencies = [
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rustfix"
|
||||
version = "0.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6f0be05fc0675ef4f47119dc39cfc46636bb77d4fc4ef1bd851b9c3f7697f32a"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"log",
|
||||
"serde",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rustfmt-config_proc_macro"
|
||||
version = "0.2.0"
|
||||
|
||||
+1
-1
Submodule src/tools/cargo updated: aa8b09297b...44456677b5
Reference in New Issue
Block a user