From 65a535574aec48cc6acb403768617a0fdd7c2658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:27:52 +0200 Subject: [PATCH] Bump the all group in /local-registry with 1 update (#89) Updates the requirements on [spinning_top](https://github.com/rust-osdev/spinning_top) to permit the latest version. - [Changelog](https://github.com/rust-osdev/spinning_top/blob/master/Changelog.md) - [Commits](https://github.com/rust-osdev/spinning_top/compare/v0.2.5...v0.3.0) --- updated-dependencies: - dependency-name: spinning_top dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- local-registry/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-registry/Cargo.toml b/local-registry/Cargo.toml index 152df1d..f4e3fb8 100644 --- a/local-registry/Cargo.toml +++ b/local-registry/Cargo.toml @@ -159,7 +159,7 @@ serde = "1.0.173" serde_derive = "1.0.173" slow_primes = "0.1.14" sparse-bitfield = "0.11.0" -spinning_top = "0.2.5" +spinning_top = "0.3.0" static_assertions = "1.1.0" strfmt = "0.2.4" strum = "0.25.0"