summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-07-14 08:28:29 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-07-14 08:28:29 +0800
commitb4aeb149cffae440560b54dcae6211eef51e85e4 (patch)
tree338e6e80caf555cdf79ace3187d53d3b4c3f243b
parent163bd4764c7b8d35eb8a49af8e96c61430621b20 (diff)
dependency upgrade: petgraph 0.6
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8b8a558..840d525 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -298,9 +298,9 @@ dependencies = [
[[package]]
name = "fixedbitset"
-version = "0.2.0"
+version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
+checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e"
[[package]]
name = "form_urlencoded"
@@ -584,9 +584,9 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "petgraph"
-version = "0.5.1"
+version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
+checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
dependencies = [
"fixedbitset",
"indexmap",
diff --git a/Cargo.toml b/Cargo.toml
index 0c89614..026f130 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ clap = "3.0.0-beta.2"
jwalk = "0.6.0"
byte-unit = "4"
atty = "0.2.11"
-petgraph = "0.5"
+petgraph = "0.6"
itertools = "0.10.0"
num_cpus = "1.10.0"
filesize = "0.2.0"