Skip to content

Commit 3b91b1a

Browse files
committed
Auto merge of #104468 - weihanglo:update-cargo, r=weihanglo
Update cargo 5 commits in a3dfea71ca0c888a88111086898aa833c291d497..16b097879b6f117c8ae698aab054c87f26ff325e 2022-11-11 03:50:47 +0000 to 2022-11-14 23:28:16 +0000 - improve error message for cargo add/remove (rust-lang/cargo#11375) - Bump crate versions of `cargo-util` and `crates-io` (rust-lang/cargo#11369) - doc(changelog): suggestions of cargo fix are nightly only (rust-lang/cargo#11373) - Add warning when PATH env separator is in project path (rust-lang/cargo#11318) - Fix git2 safe-directory disable (rust-lang/cargo#11366) r? `@ghost`
2 parents 79146ba + de53bd3 commit 3b91b1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ dependencies = [
423423

424424
[[package]]
425425
name = "cargo-util"
426-
version = "0.2.2"
426+
version = "0.2.3"
427427
dependencies = [
428428
"anyhow",
429429
"core-foundation",
@@ -900,7 +900,7 @@ dependencies = [
900900

901901
[[package]]
902902
name = "crates-io"
903-
version = "0.34.0"
903+
version = "0.35.0"
904904
dependencies = [
905905
"anyhow",
906906
"curl",

0 commit comments

Comments
 (0)