2 Commits

Author SHA1 Message Date
edfcbdd1f8 Merge pull request 'Update Rust crate anyhow to 1.0.101' (#179) from renovate/anyhow-1.x into master
Some checks failed
continuous-integration/drone/push Build is failing
2026-02-08 00:27:18 +00:00
45609a2ae7 Update Rust crate anyhow to 1.0.101
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2026-02-07 00:27:41 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -402,9 +402,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.100" version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
[[package]] [[package]]
name = "anymap2" name = "anymap2"

View File

@@ -8,7 +8,7 @@ env_logger = "0.11.8"
log = "0.4.29" log = "0.4.29"
clap = { version = "4.5.56", features = ["derive", "env"] } clap = { version = "4.5.56", features = ["derive", "env"] }
lazy_static = "1.5.0" lazy_static = "1.5.0"
anyhow = "1.0.100" anyhow = "1.0.101"
serde = { version = "1.0.228", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] }
tokio = { version = "1.48.0", features = ["full"] } tokio = { version = "1.48.0", features = ["full"] }
actix-web = "4.12.1" actix-web = "4.12.1"