From 486bf32ac73a47e5c01f18e3ea4a5e92f39b5521 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Wed, 14 Dec 2022 08:04:59 -0800 Subject: [PATCH] Update topological-sort Update topological-sort from 0.1.0 to 0.2.2 https://github.com/gifnksm/topological-sort-rs/compare/v0.1.0...v0.2.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00cf7bcc..1d13e22b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1850,9 +1850,9 @@ dependencies = [ [[package]] name = "topological-sort" -version = "0.1.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c" +checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" [[package]] name = "tower-service" diff --git a/Cargo.toml b/Cargo.toml index 30dd3ff1..25b13703 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ serde_json = "1.0" shlex = "1" tempfile = "3.0" toml = "0.5.1" -topological-sort = "0.1.0" +topological-sort = "0.2.2" # Watch feature notify = { version = "4.0", optional = true }