From 856ab5f8527ab5960307b711109594aa0ce48ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:14:45 +0000 Subject: [PATCH] deps: update bson requirement from 2.7.0 to 3.1.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.1.0) --- updated-dependencies: - dependency-name: bson dependency-version: 3.1.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 f2f4086..50979c9 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.1.0" byteorder = "1.5.0" chacha20poly1305 = { version = "0.10.1", features = ["stream"] } crystals-dilithium = "1.0.0"