diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c1aedd..6d64bcc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: container: image: ghcr.io/espressosystems/devops-rust:stable steps: - - uses: styfle/cancel-workflow-action@0.11.0 + - uses: styfle/cancel-workflow-action@0.12.0 name: Cancel Outdated Builds with: all_but_latest: true diff --git a/.github/workflows/build_static.yml b/.github/workflows/build_static.yml index 7997a90..b447d77 100644 --- a/.github/workflows/build_static.yml +++ b/.github/workflows/build_static.yml @@ -94,7 +94,7 @@ jobs: path: target/arm64/release - name: Setup Docker BuildKit (buildx) - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Login to Github Container Repo uses: docker/login-action@v3 diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index ba56ce3..f62f883 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -18,7 +18,7 @@ jobs: steps: - name: combine-prs id: combine-prs - uses: github/combine-prs@v4.0.0 + uses: github/combine-prs@v5.0.0 with: github_token: ${{ github.token }} labels: "dependabot,combined-pr" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9525df2..af0a8d4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: styfle/cancel-workflow-action@0.11.0 + - uses: styfle/cancel-workflow-action@0.12.0 name: Cancel Outdated Builds with: all_but_latest: true diff --git a/Cargo.lock b/Cargo.lock index b6b0193..232b551 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -813,7 +813,7 @@ dependencies = [ "log", "parking", "polling", - "rustix 0.37.24", + "rustix 0.37.25", "slab", "socket2 0.4.9", "waker-fn", @@ -852,7 +852,7 @@ dependencies = [ "cfg-if", "event-listener", "futures-lite", - "rustix 0.37.24", + "rustix 0.37.25", "signal-hook", "windows-sys", ] @@ -2930,7 +2930,7 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" name = "example-l2" version = "0.1.0" dependencies = [ - "ark-serialize 0.3.0", + "ark-serialize 0.4.2", "async-compatibility-layer 1.0.0 (git+https://github.com/EspressoSystems/async-compatibility-layer)", "async-std", "clap", @@ -2957,7 +2957,7 @@ dependencies = [ "surf-disco", "tempfile", "tide-disco 0.4.1 (git+https://github.com/EspressoSystems/tide-disco?tag=v0.4.2)", - "toml 0.7.8", + "toml 0.8.2", "tracing", ] @@ -4247,7 +4247,7 @@ checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" [[package]] name = "jf-primitives" version = "0.4.0-pre.0" -source = "git+https://github.com/EspressoSystems/jellyfish#1626a8448e7af8ea153241004375deff9fd961da" +source = "git+https://github.com/EspressoSystems/jellyfish#c0b88424ac1c362c2066971d0da5c43e8832ed5f" dependencies = [ "anyhow", "ark-bls12-377", @@ -4291,7 +4291,7 @@ dependencies = [ [[package]] name = "jf-relation" version = "0.4.0-pre.0" -source = "git+https://github.com/EspressoSystems/jellyfish#1626a8448e7af8ea153241004375deff9fd961da" +source = "git+https://github.com/EspressoSystems/jellyfish#c0b88424ac1c362c2066971d0da5c43e8832ed5f" dependencies = [ "ark-bls12-377", "ark-bls12-381 0.4.0", @@ -4317,7 +4317,7 @@ dependencies = [ [[package]] name = "jf-utils" version = "0.4.0-pre.0" -source = "git+https://github.com/EspressoSystems/jellyfish#1626a8448e7af8ea153241004375deff9fd961da" +source = "git+https://github.com/EspressoSystems/jellyfish#c0b88424ac1c362c2066971d0da5c43e8832ed5f" dependencies = [ "ark-ec 0.4.2", "ark-ff 0.4.2", @@ -6138,7 +6138,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" dependencies = [ "once_cell", - "toml_edit", + "toml_edit 0.19.15", ] [[package]] @@ -6762,9 +6762,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.24" +version = "0.37.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4279d76516df406a8bd37e7dff53fd37d1a093f997a3c34a5c21658c126db06d" +checksum = "d4eb579851244c2c03e7c24f501c3432bed80b8f720af1d6e5b0e0f01555a035" dependencies = [ "bitflags 1.3.2", "errno", @@ -8310,7 +8310,19 @@ dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit", + "toml_edit 0.19.15", +] + +[[package]] +name = "toml" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" +dependencies = [ + "serde", + "serde_spanned", + "toml_datetime", + "toml_edit 0.20.2", ] [[package]] @@ -8335,6 +8347,19 @@ dependencies = [ "winnow", ] +[[package]] +name = "toml_edit" +version = "0.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" +dependencies = [ + "indexmap 2.0.2", + "serde", + "serde_spanned", + "toml_datetime", + "winnow", +] + [[package]] name = "tonic" version = "0.9.2" diff --git a/Cargo.toml b/Cargo.toml index e569e92..b8a8221 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ark-serialize = { version = "0.3.0", features = ["derive"] } +ark-serialize = { version = "0.4.2", features = ["derive"] } async-compatibility-layer = { git = "https://github.com/EspressoSystems/async-compatibility-layer" } async-std = { version = "1.12", features = ["attributes"] } clap = "4.3.10" @@ -32,7 +32,7 @@ strum = "0.25.0" strum_macros = "0.25.1" surf-disco = { git = "https://github.com/EspressoSystems/surf-disco", tag = "v0.4.2" } tide-disco = { git = "https://github.com/EspressoSystems/tide-disco", tag = "v0.4.2" } -toml = "0.7" +toml = "0.8" tracing = "0.1" [dev-dependencies]