Skip to content

Commit 7b46aa5

Browse files
committed
Auto merge of rust-lang#98954 - ehuss:update-cargo, r=ehuss
Update cargo 9 commits in dbff32b27893b899ae2397f3d56d1be111041d56..c0bbd42ce5e83fe2a93e817c3f9b955492d3130a 2022-06-24 19:25:13 +0000 to 2022-07-03 13:41:11 +0000 - fix typo (rust-lang/cargo#10818) - fix(add): Don't panic with `--offline` (rust-lang/cargo#10817) - chore: Set permissions for GitHub actions (rust-lang/cargo#10816) - Bump to 0.65.0, update changelog (rust-lang/cargo#10812) - Fix zsh completions for add and locate-project (rust-lang/cargo#10810) - Bump cargo-util version. (rust-lang/cargo#10804) - Update os_info (rust-lang/cargo#10802) - Fix deserialization of check-cfg in config.toml (rust-lang/cargo#10799) - fix: bash complete `install --path` with dirs (rust-lang/cargo#10798)
2 parents 41ad4d9 + 4caec09 commit 7b46aa5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ dependencies = [
298298

299299
[[package]]
300300
name = "cargo"
301-
version = "0.64.0"
301+
version = "0.65.0"
302302
dependencies = [
303303
"anyhow",
304304
"atty",
@@ -445,7 +445,7 @@ dependencies = [
445445

446446
[[package]]
447447
name = "cargo-util"
448-
version = "0.1.4"
448+
version = "0.2.1"
449449
dependencies = [
450450
"anyhow",
451451
"core-foundation",
@@ -2617,9 +2617,9 @@ checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
26172617

26182618
[[package]]
26192619
name = "os_info"
2620-
version = "3.0.7"
2620+
version = "3.4.0"
26212621
source = "registry+https://github.com/rust-lang/crates.io-index"
2622-
checksum = "6ac91020bfed8cc3f8aa450d4c3b5fa1d3373fc091c8a92009f3b27749d5a227"
2622+
checksum = "0eca3ecae1481e12c3d9379ec541b238a16f0b75c9a409942daa8ec20dbfdb62"
26232623
dependencies = [
26242624
"log",
26252625
"serde",

0 commit comments

Comments
 (0)