Compare commits

...

3 Commits

Author SHA1 Message Date
b5c61db6e8 Merge pull request 'Update Rust crate anyhow to v1.0.83' (#99) from renovate/anyhow-1.x-lockfile into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #99
2024-05-23 09:44:51 +00:00
b3d32f29ef Merge branch 'master' into renovate/anyhow-1.x-lockfile
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-05-23 09:38:39 +00:00
8a9901f03d Update Rust crate anyhow to v1.0.83
Some checks are pending
continuous-integration/drone/push Build is running
continuous-integration/drone/pr Build is passing
2024-05-07 00:05:31 +00:00

4
Cargo.lock generated
View File

@@ -95,9 +95,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.82"
version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3"
[[package]]
name = "async-trait"