Use latest patch of structopt 0.3

Also updating dependencies in Cargo.lock
This commit is contained in:
2025-12-04 11:51:45 +01:00
parent e4844db5d6
commit 63260b754e
2 changed files with 40 additions and 40 deletions

View File

@@ -11,4 +11,4 @@ keywords = [ "primes", "math" ]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structopt = "0.3.13"
structopt = "0.3"