Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combined PRs #14

Merged
merged 18 commits into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
a43a211
Bump sequencer-utils from `9d6e2ca` to `8caa334`
dependabot[bot] Sep 19, 2023
18bc2ef
Bump clap from 4.4.3 to 4.4.4
dependabot[bot] Sep 19, 2023
75f1903
Merge dependabot/cargo/sequencer-utils-8caa334 into combined-prs-branch
github-actions[bot] Sep 25, 2023
2a6f74a
Merge dependabot/cargo/clap-4.4.4 into combined-prs-branch
github-actions[bot] Sep 25, 2023
a8c46ca
Bump thiserror from 1.0.48 to 1.0.49
dependabot[bot] Sep 27, 2023
a060945
Merge dependabot/cargo/thiserror-1.0.49 into combined-prs-branch
github-actions[bot] Oct 2, 2023
a4e8c8e
Bump regex from 1.9.5 to 1.9.6
dependabot[bot] Oct 2, 2023
de3bdff
Bump webpki from 0.22.1 to 0.22.2
dependabot[bot] Oct 2, 2023
10883d8
Merge dependabot/github_actions/styfle/cancel-workflow-action-0.12.0 …
github-actions[bot] Oct 9, 2023
049941c
Merge dependabot/cargo/webpki-0.22.2 into combined-prs-branch
github-actions[bot] Oct 9, 2023
760e7af
Merge dependabot/cargo/regex-1.9.6 into combined-prs-branch
github-actions[bot] Oct 9, 2023
2194fa3
Merge dependabot/github_actions/actions/cache-3.3.2 into combined-prs…
github-actions[bot] Oct 9, 2023
07ed16c
Merge dependabot/github_actions/actions/checkout-4 into combined-prs-…
github-actions[bot] Oct 9, 2023
f1e57d2
Bump rustix from 0.37.23 to 0.37.25
dependabot[bot] Oct 18, 2023
9a32bc3
Merge dependabot/cargo/rustix-0.37.25 into combined-prs-branch
github-actions[bot] Oct 23, 2023
411d6fb
Bump github/combine-prs from 4.0.0 to 4.1.0
dependabot[bot] Nov 2, 2023
38b0c06
Merge dependabot/github_actions/github/combine-prs-4.1.0 into combine…
github-actions[bot] Nov 6, 2023
037a6b5
Merge branch 'main' into combined-prs-branch
Ancient123 Jan 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading