Compare commits

...

2 Commits

Author SHA1 Message Date
862110ab22 Merge pull request 'Update Rust crate anyhow to 1.0.101' (#260) from renovate/anyhow-1.x into master
Some checks failed
continuous-integration/drone/push Build is failing
2026-02-07 00:28:18 +00:00
203a0acaf2 Update Rust crate anyhow to 1.0.101
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2026-02-06 00:27:37 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -82,9 +82,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 = "async-broadcast" name = "async-broadcast"

View File

@@ -8,7 +8,7 @@ edition = "2021"
[dependencies] [dependencies]
log = "0.4.29" log = "0.4.29"
env_logger = "0.11.8" env_logger = "0.11.8"
anyhow = "1.0.100" anyhow = "1.0.101"
serde = { version = "1.0.228", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149" serde_json = "1.0.149"
schemars = "1.2.1" schemars = "1.2.1"