Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
figure-renovate[bot] committed Nov 5, 2024
1 parent fb2c358 commit a56e088
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ optimize = """docker run --rm -v "$(pwd)":/code \

[dependencies]
cosmwasm-std = { version = "=1.4.0" }
provwasm-std = { version = "2.0.0" }
provwasm-std = { version = "=2.0.0" }
cw-storage-plus = "=1.1.0"
cw2 = "1.1.0"
schemars = "0.8"
semver = "1.0.16"
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = "1.0.64"
thiserror = { version = "1.0" }
uuid = { version= "1.4.1" }
cw2 = "=1.1.0"
schemars = "=0.8.21"
semver = "=1.0.16"
serde = { version = "=1.0.214", default-features = false, features = ["derive"] }
serde_json = "=1.0.64"
thiserror = { version = "=1.0.68" }
uuid = { version= "=1.4.1" }

[dev-dependencies]
prost = {version = "0.11.0", default-features = false}
prost = {version = "=0.11.0", default-features = false}
cosmwasm-schema = { version = "=1.4.0" }
provwasm-mocks = { version = "2.0.0" }
cw-multi-test = "0.16.5"
provwasm-mocks = { version = "=2.0.0" }
cw-multi-test = "=0.16.5"

0 comments on commit a56e088

Please sign in to comment.