From e88f9e64f66a6a01a9f6ab8881bbc23105706408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:59:09 +0200 Subject: [PATCH] Update lexical-core requirement from 0.8 to 1.0 (#30) Updates the requirements on [lexical-core](https://github.com/Alexhuszagh/rust-lexical) to permit the latest version. - [Release notes](https://github.com/Alexhuszagh/rust-lexical/releases) - [Changelog](https://github.com/Alexhuszagh/rust-lexical/blob/main/CHANGELOG) - [Commits](https://github.com/Alexhuszagh/rust-lexical/compare/v0.8.0...1.0.1) --- updated-dependencies: - dependency-name: lexical-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- scpi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scpi/Cargo.toml b/scpi/Cargo.toml index c337b1f..2abd6af 100644 --- a/scpi/Cargo.toml +++ b/scpi/Cargo.toml @@ -23,7 +23,7 @@ version = "1.0" features = ["_private"] [dependencies.lexical-core] -version = "0.8" +version = "1.0" default-features = false features = [ "parse-floats",