diff --git a/Cargo.lock b/Cargo.lock index dbfc5b52ad..83f1625782 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6720,7 +6720,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vesting-contract" -version = "1.0.1" +version = "1.0.2" dependencies = [ "cosmwasm-std", "cw-storage-plus", diff --git a/nym-wallet/Cargo.lock b/nym-wallet/Cargo.lock index fd1c1dc9df..fb14693006 100644 --- a/nym-wallet/Cargo.lock +++ b/nym-wallet/Cargo.lock @@ -388,15 +388,6 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" -[[package]] -name = "byte-unit" -version = "4.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95ebf10dda65f19ff0f42ea15572a359ed60d7fc74fdc984d90310937be0014b" -dependencies = [ - "utf8-width", -] - [[package]] name = "bytemuck" version = "1.8.0" @@ -2869,7 +2860,6 @@ dependencies = [ "tauri-build", "tauri-codegen", "tauri-macros", - "tauri-plugin-log", "tempfile", "tendermint-rpc", "thiserror", @@ -4714,21 +4704,6 @@ dependencies = [ "tauri-utils", ] -[[package]] -name = "tauri-plugin-log" -version = "0.1.0" -source = "git+https://github.com/tauri-apps/tauri-plugin-log?branch=dev#01374ddaa7327eb3fb1f714ee0c46519a16400d5" -dependencies = [ - "byte-unit", - "chrono", - "fern", - "log", - "serde", - "serde_json", - "serde_repr", - "tauri", -] - [[package]] name = "tauri-runtime" version = "0.10.2" @@ -5262,12 +5237,6 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" -[[package]] -name = "utf8-width" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1" - [[package]] name = "uuid" version = "0.8.2" diff --git a/nym-wallet/src-tauri/Cargo.toml b/nym-wallet/src-tauri/Cargo.toml index ad978b4189..44bde03d68 100644 --- a/nym-wallet/src-tauri/Cargo.toml +++ b/nym-wallet/src-tauri/Cargo.toml @@ -66,12 +66,6 @@ vesting-contract = { path = "../../contracts/vesting" } nym-types = { path = "../../common/types" } nym-wallet-types = { path = "../nym-wallet-types" } -[dependencies.tauri-plugin-log] -#path = "../tauri-plugin-log" -git = "https://github.com/tauri-apps/tauri-plugin-log" -branch = "dev" -#features = ["colored"] - [dev-dependencies] tempfile = "3.3.0" ts-rs = "6.1.2"