diff --git a/crate/Cargo.toml b/crate/Cargo.toml index f6dfb56..c442d4d 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -10,12 +10,12 @@ Utility library for launching NEAR sandbox environments. [dependencies] anyhow = "1" -async-process = "1.3.0" -binary-install = "0.0.2" +async-process = "1" +binary-install = "0.2.0" chrono = "0.4" fs2 = "0.4" -hex = "0.3" -home = "0.5.3" +hex = "0.4" +home = "0.5.5" [features] global_install = []