Skip to content

Commit

Permalink
chore: Update dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
jawoznia committed Jul 8, 2024
1 parent 55e9667 commit 0cec90b
Show file tree
Hide file tree
Showing 9 changed files with 133 additions and 120 deletions.
70 changes: 35 additions & 35 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ version = "1.0.2"

[workspace.dependencies]
sylvia-derive = { version = "1.0.2", path = "sylvia-derive" }
anyhow = "1.0.82"
cosmwasm-schema = "2.0.2"
cosmwasm-std = "2.0.2"
cw-multi-test = "2.0.1"
anyhow = "1.0.86"
cosmwasm-schema = "2.0.4"
cosmwasm-std = "2.0.4"
cw-multi-test = "2.1.0"
cw-storage-plus = "2.0.0"
schemars = "0.8.16"
schemars = "0.8.21"
cw-utils = "2.0.0"
serde = { version = "1.0.198", default-features = false, features = ["derive"] }
thiserror = "1.0.59"
serde = { version = "1.0.203", default-features = false, features = ["derive"] }
thiserror = "1.0.61"

[workspace.metadata.docs.rs]
all-features = true
Expand Down
Loading

0 comments on commit 0cec90b

Please sign in to comment.