diff --git a/Cargo.lock b/Cargo.lock index 29764c98..88b3491a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2378,9 +2378,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "sugar_path" -version = "2.0.1" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36fe837e881ad5c3b60fadeb8e9b0bc5c907c4b7d84b4415a7f0bbc3f9073631" +checksum = "b75b52e25042df94d848c33b7048a6726e728fa649c561c7510784ed11c1ffd2" dependencies = [ "memchr", "smallvec", diff --git a/Cargo.toml b/Cargo.toml index d6087320..96967c24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ yansi = "1.0.1" indoc = "2.0.5" clap = { version = "4.5.7", features = ["derive"] } dunce = "1.0.4" -sugar_path = "2.0.0" +sugar_path = "3.0.0" tracing = { version = "0.1.41", features = ["release_max_level_off"] } tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }