Compare commits

..

1 Commits

Author SHA1 Message Date
581a7a5b8c Update Rust crate thiserror to 2.0.12
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-03-31 00:35:09 +00:00

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]
log = "0.4.27"
log = "0.4.21"
env_logger = "0.11.7"
anyhow = "1.0.97"
serde = { version = "1.0.218", features = ["derive"] }