Update lexical.

The previous versions of lexical and lexical-core we were using were
subject to the following security advisories:

- https://rustsec.org/advisories/RUSTSEC-2023-0086
- https://rustsec.org/advisories/RUSTSEC-2023-0055
This commit is contained in:
Aman Verma
2025-03-28 14:05:45 -05:00
parent 9dbf592a58
commit 464cfd9213
2 changed files with 15 additions and 15 deletions

View File

@@ -55,7 +55,7 @@ fxhash = "0.2.1"
git-version = "0.3.9"
indexmap = "2.3.0"
lazy_static = "1.5.0"
lexical = "6.1.1"
lexical = "7.0.4"
libc = "0.2.155"
libloading = "0.8"
scryer-modular-bitfield = "0.11.4"