Skip to content

Commit

Permalink
Update Rust crate clap to 4.5 (#360)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
ata-no-one and Renovate Bot authored Feb 15, 2024
1 parent fa27c8b commit b2e957b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/examples/gscan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
[dependencies]
vaas = { version = "3.0.2" }
tokio = { version = "1.36", features = [ "rt-multi-thread", "macros"] }
clap = { version = "4.4", features = ["env"]}
clap = { version = "4.5", features = ["env"]}
reqwest = "0.11"
futures = "0.3"
dotenv = "0.15"

0 comments on commit b2e957b

Please sign in to comment.