Skip to content

Commit

Permalink
chore: update pallas and minicbor
Browse files Browse the repository at this point in the history
  • Loading branch information
SupernaviX committed Nov 4, 2024
1 parent 19344cf commit 1bb1c5a
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 64 deletions.
108 changes: 54 additions & 54 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions firefly-cardanoconnect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ blockfrost = { version = "1", default-features = false, features = ["rustls-tls"
clap = { version = "4", features = ["derive"] }
chrono = "0.4"
dashmap = "6"
pallas-codec = "0.30"
pallas-crypto = "0.30"
pallas-primitives = "0.30"
pallas-network = "0.30"
pallas-traverse = "0.30"
pallas-codec = "0.31"
pallas-crypto = "0.31"
pallas-primitives = "0.31"
pallas-network = "0.31"
pallas-traverse = "0.31"
firefly-server = { path = "../firefly-server" }
hex = "0.4"
minicbor = "0.20"
minicbor = "0.25"
rand = "0.8"
rand_chacha = "0.3"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
Expand Down
8 changes: 4 additions & 4 deletions firefly-cardanosigner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ anyhow = "1"
clap = { version = "4", features = ["derive"] }
firefly-server = { path = "../firefly-server" }
hex = "0.4"
minicbor = "0.20"
pallas-crypto = "0.30"
pallas-primitives = "0.30"
pallas-wallet = "0.30"
minicbor = "0.25"
pallas-crypto = "0.31"
pallas-primitives = "0.31"
pallas-wallet = "0.31"
rand = "0.8"
schemars = "0.8"
serde = "1"
Expand Down

0 comments on commit 1bb1c5a

Please sign in to comment.