From 7118b40235eeb6e5d23c85060cdb1dcca1db94af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 20:00:54 +0000 Subject: [PATCH] Update roots requirement from 0.0.7 to 0.0.8 Updates the requirements on [roots](https://github.com/vorot/roots) to permit the latest version. - [Release notes](https://github.com/vorot/roots/releases) - [Changelog](https://github.com/vorot/roots/blob/master/CHANGELOG.md) - [Commits](https://github.com/vorot/roots/compare/v0.0.7...v0.0.8) --- updated-dependencies: - dependency-name: roots 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 6d495c3..c4004fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,4 +29,4 @@ sparse_poly_trim = [] [dependencies] num = "0.4.0" -roots = "0.0.7" \ No newline at end of file +roots = "0.0.8" \ No newline at end of file