From dca654bdd4560582afe574ff8feba209ad620400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 17:45:20 +0000 Subject: [PATCH] build(deps): update const-oid requirement from 0.9 to 0.10 Updates the requirements on [const-oid](https://github.com/RustCrypto/formats) to permit the latest version. - [Commits](https://github.com/RustCrypto/formats/compare/const-oid/v0.9.0...const-oid/v0.10.0) --- updated-dependencies: - dependency-name: const-oid 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 73acb18ad3..5f18fb1aa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ chrono = { version = "0.4", default-features = false, features = [ "now", "serde", ] } -const-oid = { version = "0.9", default-features = false, features = ["db"] } +const-oid = { version = "0.10", default-features = false, features = ["db"] } crypto_secretbox = { version = "0.1", default-features = false, features = [ "alloc", "salsa20",