From d2c1bf1b4b053cc9cf3bfa09d6207c1cec436eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 17:04:34 +0000 Subject: [PATCH] Update ark-serialize requirement from ^0.3.0 to ^0.4.0 Updates the requirements on [ark-serialize](https://github.com/arkworks-rs/algebra) to permit the latest version. - [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.0) --- updated-dependencies: - dependency-name: ark-serialize dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b9ed94..63eb1c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ edition = "2018" [dependencies] ark-ff = { version = "^0.3.0", default-features = false } ark-ec = { version = "^0.3.0", default-features = false } -ark-serialize = { version = "^0.3.0", default-features = false, features = [ "derive" ] } +ark-serialize = { version = "^0.4.0", default-features = false, features = [ "derive" ] } ark-poly = { version = "^0.3.0", default-features = false } ark-std = { version = "^0.3.0", default-features = false } ark-relations = { version = "^0.3.0", default-features = false }