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 28, 2023
1 parent bd5137c commit ba660e9
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 54 deletions.
104 changes: 58 additions & 46 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ name = "rgb"
crate-type = ["cdylib", "rlib"] # We need this for WASM

[dependencies]
amplify = "~4.0.0-beta.22"
strict_encoding = "~2.0.1"
strict_types = "~1.0.0"
aluvm = { version = "~0.10.0", features = ["std"] }
amplify = "~4.0.0"
strict_encoding = "~2.1.1"
strict_types = "~1.1.0"
aluvm = { version = "~0.10.1", features = ["std"] }
commit_verify = { version = "~0.10.0", features = ["rand"] }
single_use_seals = "~0.10.0"
bp-core = { version = "~0.10.0" }
bp-core = { version = "~0.10.1" }
secp256k1-zkp = { version = "~0.7.0", features = ["use-rand", "rand-std", "global-context"] }
baid58 = "~0.3.1"
mime = "~0.3.16"
Expand Down
7 changes: 4 additions & 3 deletions src/bin/rgbcore-stl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
let sty_id =
TypeLibId::from_str("danube_cotton_kansas_3xcfudRJUuwQ187puYDdNcxGeTpG8AoHyTrfJ9ryo9k6")?;
let bitcoin_id =
TypeLibId::from_str("salsa_peace_patron_26G1K9hm6R2BkzGJwHjLC9cB1JFJiAPCDWrJAoRCrkCg")?;
let bpcore_id =
TypeLibId::from_str("human_alarm_video_Hzm5L9FnBnXfocDtyc1i1PmKs1SYXsBQzL4vtd4BVA4S")?;
TypeLibId::from_str("panel_chamber_ohio_GWzzfwBqzA5BUVER6hqq3rBdDs6UUJ15w1T8ys6WrNr5")?;
let bpcore_id = TypeLibId::from_str(
"torpedo_recycle_memphis_G3J7SXkghk9AEaiUzXMa7Vnw441BDScPD1KWdwsrKhao",
)?;
let aluvm_id =
TypeLibId::from_str("sardine_ground_beatles_5GpK1xbT5AT8buj9rEh2Tp7iFJf7rr36qmbbaU39aMWD")?;

Expand Down

0 comments on commit ba660e9

Please sign in to comment.