Update clap to 4.5

The Github dependabot complains about anstream, which comes through `clap`:

https://github.com/tursodatabase/limbo/security/dependabot/8
This commit is contained in:
Pekka Enberg 2024-12-11 14:39:27 +02:00
parent c03839cc6a
commit 617f95c7b6
5 changed files with 128 additions and 108 deletions

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.4.2", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
env_logger = "0.11.0"
hdrhistogram = "7.5.2"
limbo_core = { path = "../../../core" }

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.4.2", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
hdrhistogram = "7.5.2"
rusqlite = "0.29.0"