Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
figure-renovate[bot] committed Jul 10, 2023
1 parent 295de90 commit 055da85
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 49 deletions.
89 changes: 53 additions & 36 deletions Cargo.lock

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

26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ optimize = """docker run --rm -v "$(pwd)":/code \
"""

[dependencies]
cosmwasm-std = { version = "1.0.0" }
cosmwasm-storage = { version = "1.0.0" }
provwasm-std = { version = "1.0.0" }
cw-storage-plus = "0.13"
cw2 = "0.13"
schemars = "0.8"
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = "1.0.64"
thiserror = { version = "1.0" }
uuid = { version= "0.8.2" }
cosmwasm-std = { version = "=1.0.0" }
cosmwasm-storage = { version = "=1.0.0" }
provwasm-std = { version = "=1.0.0" }
cw-storage-plus = "=0.13.4"
cw2 = "=0.13.4"
schemars = "=0.8.12"
serde = { version = "=1.0.171", default-features = false, features = ["derive"] }
serde_json = "=1.0.64"
thiserror = { version = "=1.0.43" }
uuid = { version= "=0.8.2" }

[dev-dependencies]
cosmwasm-schema = { version = "1.0.0" }
provwasm-mocks = { version = "1.0.0" }
cw-multi-test = "0.13"
cosmwasm-schema = { version = "=1.0.0" }
provwasm-mocks = { version = "=1.0.0" }
cw-multi-test = "=0.13.4"

0 comments on commit 055da85

Please sign in to comment.