Skip to content

Commit d552eda

Browse files
authored
Merge pull request #14 from EspressoSystems/combined-prs-branch
Combined PRs
2 parents 117ba0b + 037a6b5 commit d552eda

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ async-compatibility-layer = { git = "https://github.com/EspressoSystems/async-co
1111
"channel-async-std",
1212
] }
1313
async-std = { version = "1.12.0", features = ["attributes", "tokio1"] }
14-
clap = { version = "4.3.9", features = ["env"] }
14+
clap = { version = "4.4.4", features = ["env"] }
1515
duration-str = "0.7"
1616
ethers = { version = "2.0.7", features = ["ws"] }
1717
futures = "0.3.28"
1818
portpicker = "0.1.1"
19-
regex = "1.8.4"
19+
regex = "1.9.6"
2020
serde = "1.0.164"
2121
serenity = { version = "0.11", default-features = false, features = [
2222
"client",
@@ -25,7 +25,7 @@ serenity = { version = "0.11", default-features = false, features = [
2525
"model",
2626
] }
2727
surf-disco = { git = "https://github.com/EspressoSystems/surf-disco", tag = "v0.4.2" }
28-
thiserror = "1.0.40"
28+
thiserror = "1.0.49"
2929
tide-disco = { git = "https://github.com/EspressoSystems/tide-disco", tag = "v0.4.2" }
3030
toml = "0.7"
3131
tracing = "0.1.37"

0 commit comments

Comments
 (0)