Skip to content

Commit

Permalink
update serde
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Mar 16, 2023
1 parent b92feaa commit 22ca6ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cosmwasm-std = { git = "https://github.com/scrtlabs/cosmwasm", tag = "v1.1.9-sec
secret-toolkit = { git = "https://github.com/scrtlabs/secret-toolkit", tag = "v0.8.0", default-features = false, features = ["storage", "serialization", "utils", "permit", "viewing-key", "crypto"] }
cosmwasm-storage = { git = "https://github.com/scrtlabs/cosmwasm", tag = "v1.1.9-secret" }
schemars = "0.8.12"
serde = { version = "1.0.155", default-features = false, features = ["derive"] }
serde = { version = "1.0.156", default-features = false, features = ["derive"] }
bincode2 = "2.0.1"
base64 = "0.21.0"
primitive-types = { version = "0.12.1", default-features = false }
Expand Down

0 comments on commit 22ca6ca

Please sign in to comment.