From 9e5f4c7f9e1c1f37792048f00bf55c10978c3ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 01:27:15 +0000 Subject: [PATCH] Update sealed requirement from 0.5 to 0.6 Updates the requirements on [sealed](https://github.com/jmg-duarte/sealed-rs) to permit the latest version. - [Commits](https://github.com/jmg-duarte/sealed-rs/compare/0.6.0-rc1...0.6.0) --- updated-dependencies: - dependency-name: sealed 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 c46811c..a2d1530 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ include = ["/src/", "/CHANGELOG.md", "/LICENSE.md", "/README.md"] [dependencies] derive_more = { version = "1.0", features = ["as_ref", "display"] } -sealed = "0.5" +sealed = "0.6"