diff --git a/Cargo.lock b/Cargo.lock index 46d2c22..a15ba80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,13 +482,12 @@ dependencies = [ [[package]] name = "near-sandbox-utils" -version = "0.6.3" +version = "0.7.0" dependencies = [ "anyhow", "binary-install", "chrono", "fs2", - "hex", "home", "tokio", ] diff --git a/crate/Cargo.toml b/crate/Cargo.toml index e560b0b..07150df 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-sandbox-utils" -version = "0.6.3" +version = "0.7.0" edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/near/sandbox" @@ -14,7 +14,6 @@ tokio = { version = "1", features = ["process"] } binary-install = "0.2.0" chrono = "0.4" fs2 = "0.4" -hex = "0.4" home = "0.5.5" [features] diff --git a/npm/package.json b/npm/package.json index eb7b635..24fe260 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "near-sandbox", - "version": "0.0.16", + "version": "0.0.17", "description": "CLI tool for testing NEAR smart contracts", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -35,4 +35,4 @@ "dist/*.ts", "dist/*.js" ] -} \ No newline at end of file +}