Skip to content

Commit

Permalink
Merge pull request #1584 from input-output-hk/jpraynaud/1559-upgrade-…
Browse files Browse the repository at this point in the history
…dependencies

Upgrade dependencies
  • Loading branch information
jpraynaud authored Mar 22, 2024
2 parents 02b9005 + 31fd26e commit 2e462c0
Show file tree
Hide file tree
Showing 38 changed files with 5,534 additions and 3,286 deletions.
572 changes: 363 additions & 209 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions demo/protocol-demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithrildemo"
version = "0.1.32"
version = "0.1.33"
authors = { workspace = true }
edition = { workspace = true }
documentation = { workspace = true }
Expand All @@ -9,7 +9,7 @@ license = { workspace = true }
repository = { workspace = true }

[dependencies]
base64 = "0.21.7"
base64 = "0.22.0"
blake2 = "0.10.6"
clap = { version = "4.4.18", features = ["derive"] }
hex = "0.4.3"
Expand Down
Loading

0 comments on commit 2e462c0

Please sign in to comment.