diff --git a/Cargo.lock b/Cargo.lock index e6034474347..cfc752fd56f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2162,7 +2162,7 @@ dependencies = [ [[package]] name = "guppy" -version = "0.17.5" +version = "0.17.6" dependencies = [ "ahash", "camino", diff --git a/cargo-guppy/Cargo.toml b/cargo-guppy/Cargo.toml index 3023adef9dd..38e9758e4ee 100644 --- a/cargo-guppy/Cargo.toml +++ b/cargo-guppy/Cargo.toml @@ -12,7 +12,7 @@ camino = "1.1.7" color-eyre = { version = "0.6.3", default-features = false } clap = { version = "3.2.25", features = ["derive"] } dialoguer = "0.11.0" -guppy = { version = "0.17.5", path = "../guppy", features = ["summaries"] } +guppy = { version = "0.17.6", path = "../guppy", features = ["summaries"] } guppy-cmdlib = { path = "../guppy-cmdlib" } itertools = "0.12.1" pathdiff = { version = "0.2.1", features = ["camino"] } diff --git a/guppy/Cargo.toml b/guppy/Cargo.toml index b46dd8662da..081f78a88fe 100644 --- a/guppy/Cargo.toml +++ b/guppy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "guppy" -version = "0.17.5" +version = "0.17.6" description = "Track and query Cargo dependency graphs." documentation = "https://docs.rs/guppy" repository = "https://github.com/guppy-rs/guppy" diff --git a/tools/cargo-hakari/Cargo.toml b/tools/cargo-hakari/Cargo.toml index 06fe26b28ef..eee859c7617 100644 --- a/tools/cargo-hakari/Cargo.toml +++ b/tools/cargo-hakari/Cargo.toml @@ -27,7 +27,7 @@ dialoguer = "0.11.0" duct = "0.13.7" enable-ansi-support = "0.2.1" env_logger = "0.11.3" -guppy = { version = "0.17.5", path = "../../guppy" } +guppy = { version = "0.17.6", path = "../../guppy" } hakari = { version = "0.17.2", path = "../hakari", features = ["cli-support"] } log = "0.4.21" owo-colors = { version = "3.5.0", features = ["supports-colors"] } diff --git a/tools/determinator/Cargo.toml b/tools/determinator/Cargo.toml index ef4d04a4026..aa168462dc1 100644 --- a/tools/determinator/Cargo.toml +++ b/tools/determinator/Cargo.toml @@ -28,7 +28,7 @@ rust-version.workspace = true ahash.workspace = true camino = "1.1.7" globset = "0.4.14" -guppy = { version = "0.17.5", path = "../../guppy", features = [ +guppy = { version = "0.17.6", path = "../../guppy", features = [ "rayon1", "summaries", ] } diff --git a/tools/hakari/Cargo.toml b/tools/hakari/Cargo.toml index efbfea7728e..6baaa8adc8c 100644 --- a/tools/hakari/Cargo.toml +++ b/tools/hakari/Cargo.toml @@ -29,7 +29,7 @@ camino = "1.1.7" cfg-if = "1.0.0" debug-ignore = "1.0.5" diffy = "0.3.0" -guppy = { version = "0.17.5", path = "../../guppy", features = ["rayon1"] } +guppy = { version = "0.17.6", path = "../../guppy", features = ["rayon1"] } include_dir = { version = "0.7.3", features = ["glob"], optional = true } indenter = "0.3.3" itertools = "0.12.1"