From 918ea0d5a0f8c63216d52ea672bb55865c243a03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 14:52:19 +0000 Subject: [PATCH] fix(deps): update rust crate bson to v3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f9d9594..8c88ea3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ legacy = [] [dependencies] brotli = { version = "5.0.0", optional = true } -bson = { version = "2.9.0", optional = true } +bson = { version = "3.0.0", optional = true } lz4 = { version = "1.24.0", optional = true } serde = { version = "1.0.197", optional = true } seven_zip = { git = "https://github.com/ThomFox/seven_zip", version = "0.1.0", optional = true }