Skip to content

Commit 4b4a514

Browse files
committed
Update cargo
1 parent 34a6c9f commit 4b4a514

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ dependencies = [
311311

312312
[[package]]
313313
name = "cargo"
314-
version = "0.62.0"
314+
version = "0.63.0"
315315
dependencies = [
316316
"anyhow",
317317
"atty",
@@ -348,6 +348,7 @@ dependencies = [
348348
"opener",
349349
"openssl",
350350
"os_info",
351+
"pathdiff",
351352
"percent-encoding 2.1.0",
352353
"pretty_env_logger",
353354
"rustc-workspace-hack",
@@ -453,7 +454,7 @@ dependencies = [
453454

454455
[[package]]
455456
name = "cargo-util"
456-
version = "0.1.2"
457+
version = "0.1.3"
457458
dependencies = [
458459
"anyhow",
459460
"core-foundation",
@@ -2651,9 +2652,9 @@ dependencies = [
26512652

26522653
[[package]]
26532654
name = "pathdiff"
2654-
version = "0.2.0"
2655+
version = "0.2.1"
26552656
source = "registry+https://github.com/rust-lang/crates.io-index"
2656-
checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"
2657+
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
26572658

26582659
[[package]]
26592660
name = "percent-encoding"

0 commit comments

Comments
 (0)