From 51aad7a10c8582ba95c9a4dfe53cf32cd5a8f5b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 07:49:06 +0000 Subject: [PATCH] deps: update bson requirement from 2.7.0 to 3.0.0 Updates the requirements on [bson](https://github.com/mongodb/bson-rust) to permit the latest version. - [Release notes](https://github.com/mongodb/bson-rust/releases) - [Commits](https://github.com/mongodb/bson-rust/compare/v2.7.0...v3.0.0) --- updated-dependencies: - dependency-name: bson dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sare-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sare-core/Cargo.toml b/sare-core/Cargo.toml index 6091e1d..5d528b6 100644 --- a/sare-core/Cargo.toml +++ b/sare-core/Cargo.toml @@ -18,7 +18,7 @@ categories = ["cryptography", "command-line-utilities", "development-tools"] [dependencies] aead = "0.5.2" aes-kw = "0.2.1" -bson = "2.7.0" +bson = "3.0.0" byteorder = "1.5.0" chacha20poly1305 = { version = "0.10.1", features = ["stream"] } crystals-dilithium = "1.0.0"