update all packages

This commit is contained in:
Sebastian Hugentobler 2025-05-26 10:33:34 +02:00
parent c7bcdef363
commit a4cae77d2d
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M
2 changed files with 12 additions and 12 deletions

View file

@ -6,9 +6,9 @@ license = "GPL-3.0"
authors = ["Sebastian Hugentobler <shu@vanwa.ch>"]
[dependencies]
clap = { version = "4.5.28", features = ["derive"] }
clap = { version = "4.5.38", features = ["derive"] }
lazy_static = "1.5.0"
ordered-float = "5.0.0"
thiserror = "2.0.11"
thiserror = "2.0.12"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }