From 1a72906c7373658140cad795c50f73a4e5941ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 02:50:35 +0000 Subject: [PATCH] Bump ark-serialize from 0.3.0 to 0.4.2 Bumps [ark-serialize](https://github.com/arkworks-rs/algebra) from 0.3.0 to 0.4.2. - [Release notes](https://github.com/arkworks-rs/algebra/releases) - [Changelog](https://github.com/arkworks-rs/algebra/blob/master/CHANGELOG.md) - [Commits](https://github.com/arkworks-rs/algebra/compare/v0.3.0...v0.4.2) --- updated-dependencies: - dependency-name: ark-serialize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6b0193..8c78a90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index e569e92..1b9952a 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"