Procházet zdrojové kódy

Merge pull request #824 from aya-rs/dependabot/cargo/which-5.0.0

dependabot[bot] před 1 rokem
rodič
revize
666bb8e7cf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -95,7 +95,7 @@ test-log = { version = "0.2.13", default-features = false }
 testing_logger = { version = "0.1.1", default-features = false }
 thiserror = { version = "1", default-features = false }
 tokio = { version = "1.24.0", default-features = false }
-which = { version = "4.4.0", default-features = false }
+which = { version = "5.0.0", default-features = false }
 xtask = { path = "xtask", default-features = false }
 
 [profile.dev]