From d729cc519b41494f8af8f5c4346cd5d6789f199e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 11:03:01 +0000 Subject: [PATCH] chore(deps): update pallas requirement from 0.7.0 to 0.15.0 Updates the requirements on [pallas](https://github.com/txpipe/pallas) to permit the latest version. - [Release notes](https://github.com/txpipe/pallas/releases) - [Changelog](https://github.com/txpipe/pallas/blob/main/CHANGELOG.md) - [Commits](https://github.com/txpipe/pallas/compare/pallas-codec@0.7.1...v0.15.0) --- updated-dependencies: - dependency-name: pallas 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 302e9ee..138e6ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ async-trait = "0.1.52" env_logger = "0.9.0" futures = "0.3.8" oura = "1.1.0" -pallas = "0.7.0" +pallas = "0.15.0" sled = "0.34.7" [[example]]