Skip to content

Commit

Permalink
Update tagged-base64
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Nov 14, 2023
1 parent d67cb1d commit 31b29ab
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 27 deletions.
60 changes: 36 additions & 24 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tide-disco"
version = "0.4.1"
version = "0.4.3"
edition = "2021"
authors = ["Espresso Systems <[email protected]>"]
description = "Discoverability for Tide"
Expand Down Expand Up @@ -40,7 +40,7 @@ snafu = { version = "0.7", features = ["backtraces"] }
strum = "0.25"
strum_macros = "0.25"
surf = "2.3.2"
tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64.git", tag = "0.2.4" }
tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64.git", tag = "0.3.4" }
tide = { version = "0.16.0", default-features = false }
tide-websockets = "0.4.0"
toml = "0.8"
Expand All @@ -55,7 +55,7 @@ url = "2.2.2"
signal-hook-async-std = "0.2.2"

[dev-dependencies]
ark-serialize = { version = "0.3.0", features = ["derive"] }
ark-serialize = { version = "0.4", features = ["derive"] }
ark-std = "0.4.0"
async-tungstenite = { version = "0.23", features = ["async-std-runtime"] }
portpicker = "0.1"
Expand Down

0 comments on commit 31b29ab

Please sign in to comment.