Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
844c5cdc1d 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] <support@github.com>
2026-03-30 21:08:59 +00:00

View File

@@ -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"