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 Apr 18, 2024
1 parent 06767a8 commit d18ea84
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
15 changes: 9 additions & 6 deletions Cargo.lock

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

9 changes: 2 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ required-features = ["stl"]
amplify = { version = "4.6.0", default-features = false, features = ["apfloat", "derive", "hex"] }
ascii-armor = { version = "0.2.0", optional = true }
paste = "1"
strict_encoding = { version = "2.7.0-beta.1", default-features = false, features = ["float", "derive"] }
strict_types = { version = "2.7.0-beta.2", optional = true }
strict_encoding = { version = "2.7.0-beta.3", default-features = false, features = ["float", "derive"] }
strict_types = { version = "2.7.0-beta.3", optional = true }
sha2 = "0.10.8"
blake3 = "1.5.1"
ripemd = "0.1.3"
Expand Down Expand Up @@ -55,8 +55,3 @@ wasm-bindgen-test = "0.3"

[package.metadata.docs.rs]
features = ["all"]

[patch.crates-io]
strict_encoding_derive = { git = "https://github.com/strict-types/strict-encoding", branch = "rstring" }
strict_encoding = { git = "https://github.com/strict-types/strict-encoding", branch = "rstring" }
strict_types = { git = "https://github.com/strict-types/strict-types", branch = "rstring" }

0 comments on commit d18ea84

Please sign in to comment.