From a65ebdd4a640ee46e56cf62bfd19d24f2a028b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 12:55:01 +0000 Subject: [PATCH] Update oneshot requirement from 0.1.13 to 0.2.1 Updates the requirements on [oneshot](https://github.com/faern/oneshot) to permit the latest version. - [Release notes](https://github.com/faern/oneshot/releases) - [Changelog](https://github.com/faern/oneshot/blob/main/CHANGELOG.md) - [Commits](https://github.com/faern/oneshot/compare/v0.1.13...v0.2.1) --- updated-dependencies: - dependency-name: oneshot dependency-version: 0.2.1 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 daa4cbfe..967c5ae3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.86" exclude = ["benches/*.json", "benches/*.txt"] [dependencies] -oneshot = "0.1.13" +oneshot = "0.2.1" base64 = "0.22.0" byteorder = "1.4.3" crc32fast = "1.3.2"