From 8621fcfbd81b438c57c4740c130eba6c909c0772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:13:52 +0000 Subject: [PATCH] Update der-parser requirement from 8.2 to 9.0 Updates the requirements on [der-parser](https://github.com/rusticata/der-parser) to permit the latest version. - [Release notes](https://github.com/rusticata/der-parser/releases) - [Changelog](https://github.com/rusticata/der-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/rusticata/der-parser/compare/der-parser-8.2.0...der-parser-9.0.0) --- updated-dependencies: - dependency-name: der-parser 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 0bd8b69..2117e90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ bip32 = { version = "0.5", features = ["secp256k1", "bip39"] } chrono = "0.4" clap = { version = "4.5", features = ["derive"] } cosmos-sdk-proto = { git = "https://github.com/rnbguy/cosmos-rust", branch = "rano/json", features = ["cosmwasm"] } -der-parser = "8.2" +der-parser = "9.0" directories = "5.0" futures = "0.3" gql_client = "1.0"