diff --git a/packages/sei-cosmwasm/Cargo.toml b/packages/sei-cosmwasm/Cargo.toml index 3cadefc..57c3755 100644 --- a/packages/sei-cosmwasm/Cargo.toml +++ b/packages/sei-cosmwasm/Cargo.toml @@ -6,16 +6,13 @@ description = "Bindings and helpers for cosmwasm contracts to interact with sei license = "Apache-2.0" readme = "README.md" -[features] -backtraces = ["cosmwasm-std/backtraces"] - [dependencies] -cosmwasm-std = "1.1" -schemars = "0.8.3" -serde = { version = "1.0.127", default-features = false, features = ["derive"] } -serde_repr = "0.1.8" +cosmwasm-std = "2.0.2" +schemars = "0.8.17" +serde = { version = "1.0.200", default-features = false, features = ["derive"] } +serde_repr = "0.1.19" protobuf = { version = "=3.2.0", features = ["with-bytes"] } -cw20 = "1.1.2" +cw20 = "2.0.0" [dev-dependencies] cosmwasm-schema = "1.0.0"