From 29f448862502bf386f8738b291c4c63aab005684 Mon Sep 17 00:00:00 2001 From: Guy Date: Mon, 17 Jan 2022 18:03:16 -0400 Subject: [PATCH] dep update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ccfebb..9f18632 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] cosmwasm-std = { version = "0.10", package = "secret-cosmwasm-std" } cosmwasm-storage = { version = "0.10", package = "secret-cosmwasm-storage" } -cosmwasm-schema = { git = "https://github.com/scrtlabs/SecretNetwork", tag = "v1.0.4-debug-print" } +cosmwasm-schema = "0.10.1" secret-toolkit = { version = "0.2", features = ["crypto"] } serde = { version = "1.0.103", default-features = false, features = ["derive"] } snafu = { version = "0.6.3" }