Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Feb 10, 2024
1 parent eb290ae commit 969571b
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
90 changes: 45 additions & 45 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ serde = ["serde_crate", "commit_verify/serde"]
features = [ "all" ]

[patch.crates-io]
strict_encoding = { git = "https://github.com/strict-types/strict-encoding", branch = "ident" }
strict_types = { git = "https://github.com/strict-types/strict-types", branch = "vesper" }
strict_encoding = { git = "https://github.com/strict-types/strict-encoding" }
strict_types = { git = "https://github.com/strict-types/strict-types" }
4 changes: 2 additions & 2 deletions commit_verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ required-features = ["stl"]
[dependencies]
amplify = { version = "4.5.1", features = ["hex", "apfloat"] }
commit_encoding_derive = { version = "0.11.0-beta.3", path = "derive" }
strict_encoding = "2.6.2"
strict_types = { version = "1.6.3" }
strict_encoding = "2.7.0"
strict_types = { version = "2.7.0" }
sha2 = "0.10.8"
ripemd = "0.1.3"
rand = { version = "0.8.5", optional = true }
Expand Down

0 comments on commit 969571b

Please sign in to comment.