From 102a6f0f51bbcc57470094f70deade8e2f856c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 17:02:53 +0000 Subject: [PATCH] deps(deps): update flexbuffers requirement from 2.0.0 to 25.2.10 Updates the requirements on [flexbuffers](https://github.com/google/flatbuffers) to permit the latest version. - [Release notes](https://github.com/google/flatbuffers/releases) - [Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/flatbuffers/compare/v2.0.0...v25.2.10) --- updated-dependencies: - dependency-name: flexbuffers dependency-version: 25.2.10 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 cf75dd7..f472a9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ anyhow = "1.0.91" approx = "0.5.1" arbitrary = { version = "1.3.2", features = ["derive"] } arbtest = "0.3.1" -flexbuffers = "2.0.0" +flexbuffers = "25.2.10" float-cmp = "0.10.0" ndarray = { version = "0.16.1", features = ["rayon", "serde"] } serde = "1.0.200"