Skip to content

Commit

Permalink
Merge pull request #14 from EspressoSystems/combined-prs-branch
Browse files Browse the repository at this point in the history
Combined PRs
  • Loading branch information
Ancient123 authored Jan 15, 2024
2 parents 117ba0b + 037a6b5 commit d552eda
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 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
Expand Up @@ -11,12 +11,12 @@ async-compatibility-layer = { git = "https://github.com/EspressoSystems/async-co
"channel-async-std",
] }
async-std = { version = "1.12.0", features = ["attributes", "tokio1"] }
clap = { version = "4.3.9", features = ["env"] }
clap = { version = "4.4.4", features = ["env"] }
duration-str = "0.7"
ethers = { version = "2.0.7", features = ["ws"] }
futures = "0.3.28"
portpicker = "0.1.1"
regex = "1.8.4"
regex = "1.9.6"
serde = "1.0.164"
serenity = { version = "0.11", default-features = false, features = [
"client",
Expand All @@ -25,7 +25,7 @@ serenity = { version = "0.11", default-features = false, features = [
"model",
] }
surf-disco = { git = "https://github.com/EspressoSystems/surf-disco", tag = "v0.4.2" }
thiserror = "1.0.40"
thiserror = "1.0.49"
tide-disco = { git = "https://github.com/EspressoSystems/tide-disco", tag = "v0.4.2" }
toml = "0.7"
tracing = "0.1.37"
Expand Down

0 comments on commit d552eda

Please sign in to comment.