diff --git a/Cargo.lock b/Cargo.lock index de6a9ad..ff4ac65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -557,9 +557,9 @@ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "graphops" -version = "0.1.4" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a1f0aff7c288fa16429c519b8c003ed79ebb4f8940136676de41d29ebc5cf7f" +checksum = "53ce20df7a01c034eccffbd505632f41459a452c2737b9fa077d74dc797fdc7b" dependencies = [ "ordered-float", "petgraph", diff --git a/Cargo.toml b/Cargo.toml index 3fff474..c09e076 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ path = "src/main.rs" anyhow = "1.0" cargo_metadata = "0.23.1" clap = { version = "4.5", features = ["derive", "wrap_help"] } -graphops = { version = "0.1.4", features = ["petgraph"] } +graphops = { version = "0.5.0", features = ["petgraph"] } petgraph = "0.6" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"