fix a panic

This commit is contained in:
Tove 2025-12-17 21:50:07 +01:00
parent 098f42e425
commit eaa585d546
Signed by: TudbuT
GPG key ID: B3CF345217F202D3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -100,9 +100,9 @@ source = "git+https://github.com/tudbut/nanoserde#fc010f51957432aec80dba0a70af0d
[[package]]
name = "readformat"
version = "1.0.2"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8744712afe8037b6884a4960f4c781251624a6ac0017ae99aa6d513f67cb6e5"
checksum = "6cc7f16cea0fc473653b54865015941baf47c6f2b796b54c518a5d0e8e631a98"
[[package]]
name = "simd-adler32"

View file

@ -9,5 +9,5 @@ flate2 = "1.1.5"
horrorhttp = "0.2.1"
microlock = "0.3.1"
nanoserde.git = "https://github.com/tudbut/nanoserde"
readformat = "1.0.2"
readformat = "1.0.3"
# readformat.path = "../readformat"