Update Rust crate sscanf to 0.3.1

This commit is contained in:
2022-10-26 07:18:57 +00:00
parent a4407ed534
commit 03115f3ab7
2 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sscanf = { version = "0.2.1" }
sscanf = { version = "0.3.1" }
bincode = "2.0.0-rc.1"
serde = { version = "1.0.136", features = ["derive"] }