Skip to content

Commit

Permalink
security: upgrade cosmwasm-std to 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 7636a6d commit 96fd6c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ members = [
resolver = "2"

[workspace.package]
version = "1.5.0"
version = "1.5.1"
authors = ["PFC <[email protected]>"]
edition = "2021"
rust-version = "1.73.0"
Expand All @@ -35,8 +35,8 @@ cw-ownable = "0.5.1"
cw-ownable-derive = "0.5.1"
cw-controllers = "1.1.2"
cw-storage-plus = { version = "1.2.0", features = ["iterator"] }
cosmwasm-schema = "1.5.3"
cosmwasm-std = { version = "1.5.3", features = [
cosmwasm-schema = "1.5.4"
cosmwasm-std = { version = "1.5.4", features = [
# Kuji is @ 1.2
"cosmwasm_1_2",
# Enable this if you only deploy to chains that have CosmWasm 1.4 or higher
Expand All @@ -53,8 +53,8 @@ syn = "2.0.55"
#syn = "1.0.108"
thiserror = "1.0.57"
kujira = "1.0.1"
pfc-whitelist-derive = {version="1.5.0", path = "packages/pfc-whitelist-derive" }
pfc-whitelist = { version = "1.5.0",path = "packages/pfc-whitelist" }
pfc-whitelist-derive = {version="1.5.1", path = "packages/pfc-whitelist-derive" }
pfc-whitelist = { version = "1.5.1",path = "packages/pfc-whitelist" }
pfc-fee-split = { path = "packages/pfc-fee-split" }
pfc-dust-collector-derive = { path = "packages/pfc-dust-collector-derive" }
pfc-dust-collector = { path = "packages/pfc-dust-collector" }
Expand All @@ -63,7 +63,7 @@ pfc-dust-collector-migaloo = { path = "packages/pfc-dust-collector-migaloo" }
pfc-treasurechest = { path = "packages/pfc-treasurechest" }
pfc-vault={path="packages/pfc-vault"}

pfc-steak = "3.0.12"
pfc-steak = "3.0.15"
getrandom = { version = "0.2", features = ["js"] }
prost = { version = "0.12.3", default-features = false, features = ["prost-derive"] }
prost-types = { version = "0.12.3", default-features = false }
Expand Down
8 changes: 4 additions & 4 deletions artifacts/checksums.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
3d74986751e5ffaee368e2fef48600a2cec7475cf34180bf4416f0bf38f7511b pfc_astroport_generator.wasm
7403339ec6e0f3b87b4525d9afb529f79f567d427bfaa158fe32a54d7cb8ce31 pfc_dust_collector_kujira_contract-aarch64.wasm
eec5c2393076139c0f3544bfb05421eabdea7ee4a99f907b898d4a732165eb31 pfc_dust_collector_kujira_contract-aarch64.wasm
c4a5ace2aa59107cc900b9ed73c470f704d2aad332c42cd12704cbd2b14c8ef3 pfc_dust_collector_kujira_contract.wasm
a45b6337b72148a9f4c15b43ef9a896a1b05ea3f0c7f96c8b26dfcfef5f0551b pfc_fee_splitter-aarch64.wasm
8e2ff6fdb9ac1ed6be069ab1bba90c14630fe78844df5e0d025844cd346a5c29 pfc_fee_splitter-aarch64.wasm
16b8a6c60398f456080519fb7230f8c7ea9eec74da266942ad974de0b6bfff36 pfc_fee_splitter.wasm
68ee202f3e5f57ba1fa146b1d51aef6efdc42add64e1051b68a8a48d6735031e pfc_treasurechest_contract-aarch64.wasm
fc729d3d8482634b7c902aaf17c5e4ac6dd9e52e3e0039cd9cc544b17713ec7a pfc_treasurechest_contract-aarch64.wasm
b8009a8b92383848dd4ad6d7df30c03a22811a5f8d98dda8c4ea6847457b6550 pfc_treasurechest_contract.wasm
8552572b68e768a1706a99c956c7bc60359d567ca4ed009b19dc5c7ede85450e pfc_vault_contract-aarch64.wasm
99bc2da7b2de958c7c26953f56dde617c2ed9cccfd178b7093b7dd505da8edfc pfc_vault_contract-aarch64.wasm
6f7a425ef645219f585ff762033f43b47900f33920f56f5827d281da5e1fab19 pfc_vault_contract.wasm

0 comments on commit 96fd6c7

Please sign in to comment.