Skip to content

Commit

Permalink
security: upgrade to cosmwasm-std 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PFC-developer committed Apr 24, 2024
1 parent de10dd9 commit e659683
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions contracts/hub-tf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pfc-steak-hub-tf"
version = "3.0.14"
version = "3.0.15"
authors = ["larry <[email protected]>", "PFC <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand All @@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
#cosmwasm-std = { version = "1.2.1", features=["iterator","stargate","cosmwasm_1_1","staking"]}
cosmwasm-std = { version = "1.5.3", features=["iterator","stargate","staking"]}
cosmwasm-std = { version = "1.5.4", features=["iterator","stargate","staking"]}

cw2= "1.1.2"
#cw20 = "1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions contracts/hub/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pfc-steak-hub"
version = "3.0.14"
version = "3.0.15"
authors = ["larry <[email protected]>", "PFC <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand All @@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"]
backtraces = ["cosmwasm-std/backtraces"]

[dependencies]
cosmwasm-std = { version = "1.0", features = ["staking"] }
cosmwasm-std = { version = "1.5.4", features = ["staking"] }
cw2= "1.0.0"
cw20 = "1.0.1"
cw20-base = { version = "1.0.0", features = ["library"] }
Expand Down
4 changes: 2 additions & 2 deletions contracts/token/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pfc-steak-token"
version = "2.0.1"
version = "2.0.2"
authors = ["larry <[email protected]>", "PFC <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand All @@ -13,6 +13,6 @@ crate-type = ["cdylib", "rlib"]
backtraces = ["cosmwasm-std/backtraces"]

[dependencies]
cosmwasm-std = { version = "1.0" }
cosmwasm-std = { version = "1.5.4" }
cw20 = "0.13"
cw20-base = { version = "0.13", features = ["library"] }
6 changes: 3 additions & 3 deletions packages/steak/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pfc-steak"
version = "3.0.14"
version = "3.0.15"
authors = ["larry <[email protected]>", "PFC <[email protected]>"]
edition = "2018"
description = "Liquid steaking protocol for the cosmos"
Expand All @@ -9,8 +9,8 @@ homepage = "https://liquidsteaking.app"
repository = "https://github.com/PFC-developer/steak-contracts"

[dependencies]
cosmwasm-std = { version = "1.5.3", features = ["ibc3"] }
cosmwasm-schema = "1.5.3"
cosmwasm-std = { version = "1.5.4", features = ["ibc3"] }
cosmwasm-schema = "1.5.4"
cw20 = "1.1.2"
cw20-base = { version = "1.1.2", features = ["library"] }
schemars = "0.8.1"
Expand Down

0 comments on commit e659683

Please sign in to comment.