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 #79

Closed
wants to merge 20 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
fe0dd11
Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1
dependabot[bot] Jul 12, 2024
9abe890
Bump cachix/cachix-action from 13 to 15
dependabot[bot] Jul 12, 2024
d27270c
Bump tokio from 1.39.2 to 1.39.3
dependabot[bot] Aug 19, 2024
cac3fdc
Bump serde from 1.0.206 to 1.0.208
dependabot[bot] Aug 20, 2024
0d03096
Bump clap from 4.5.15 to 4.5.16
dependabot[bot] Aug 20, 2024
d5dd131
Bump serde_json from 1.0.124 to 1.0.125
dependabot[bot] Aug 20, 2024
ca67b09
Bump committable from 0.2.3 to 0.2.4
dependabot[bot] Aug 20, 2024
ab5006c
Merge dependabot/cargo/committable-0.2.4 into combined-prs-branch
github-actions[bot] Aug 21, 2024
da66230
Merge dependabot/cargo/tokio-1.39.3 into combined-prs-branch
github-actions[bot] Aug 21, 2024
ce74d3a
Merge dependabot/cargo/serde-1.0.208 into combined-prs-branch
github-actions[bot] Aug 21, 2024
5d2d764
Merge dependabot/cargo/clap-4.5.16 into combined-prs-branch
github-actions[bot] Aug 21, 2024
9ab60e1
Merge dependabot/cargo/serde_json-1.0.125 into combined-prs-branch
github-actions[bot] Aug 21, 2024
6997ed1
Merge dependabot/github_actions/cachix/cachix-action-15 into combined…
github-actions[bot] Aug 21, 2024
beb0857
Merge dependabot/github_actions/styfle/cancel-workflow-action-0.12.1 …
github-actions[bot] Aug 21, 2024
59ebc20
Merge branch 'main' into combined-prs-branch
github-actions[bot] Aug 21, 2024
b351b4a
Bump committable from 0.2.3 to 0.2.4
dependabot[bot] Aug 24, 2024
52f2f50
Bump clap from 4.5.15 to 4.5.16
dependabot[bot] Aug 24, 2024
a3c2629
Merge dependabot/cargo/committable-0.2.4 into combined-prs-branch
github-actions[bot] Aug 26, 2024
e9ef1d2
Merge dependabot/cargo/clap-4.5.16 into combined-prs-branch
github-actions[bot] Aug 26, 2024
747396c
Merge branch 'main' into combined-prs-branch
github-actions[bot] Aug 26, 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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
RUSTFLAGS: "--cfg async_executor_impl=\"async-std\" --cfg async_channel_impl=\"async-std\""
RUST_LOG: info
steps:
- uses: styfle/[email protected].0
- uses: styfle/[email protected].1
name: Cancel Outdated Builds
with:
all_but_latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: cachix/install-nix-action@v24

- name: Enable Cachix
uses: cachix/cachix-action@v13
uses: cachix/cachix-action@v15
# If PR is from a non-collaborator (e.g. dependabot) the secrets are missing and the login to cachix fails.
continue-on-error: true
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debug_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: dtolnay/rust-toolchain@stable

- uses: styfle/[email protected].0
- uses: styfle/[email protected].1
name: Cancel Outdated Builds
with:
all_but_latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
RUSTFLAGS: "--cfg async_executor_impl=\"async-std\" --cfg async_channel_impl=\"async-std\""
RUST_LOG: info
steps:
- uses: styfle/[email protected].0
- uses: styfle/[email protected].1
name: Cancel Outdated Builds
with:
all_but_latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v24

- uses: cachix/cachix-action@v13
- uses: cachix/cachix-action@v15
with:
name: espresso-systems-private
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

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