fix(deps): update rust crate anyhow to 1.0.98 (#80)

Co-authored-by: defelo-renovate[bot] <186864790+defelo-renovate[bot]@users.noreply.github.com>
This commit is contained in:
defelo-renovate[bot] 2025-05-06 17:01:06 +00:00 committed by GitHub
parent ed706ef72a
commit 6c6865ff76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -88,9 +88,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.97"
version = "1.0.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
[[package]]
name = "anymap2"

4
Cargo.nix generated
View file

@ -327,9 +327,9 @@ rec {
};
"anyhow" = rec {
crateName = "anyhow";
version = "1.0.97";
version = "1.0.98";
edition = "2018";
sha256 = "0kvspbiwncmmkdgrwjrimsmbmhzxc641p5ql99l2rjq6smmdbznw";
sha256 = "11ylvjdrcjs0q9jgk1af4r5cx1qppj63plxqkq595vmc24rjsvg1";
authors = [
"David Tolnay <dtolnay@gmail.com>"
];

View file

@ -11,7 +11,7 @@ dbg_macro = "warn"
todo = "warn"
[dependencies]
anyhow = { version = "1.0.97", default-features = false, features = ["std"] }
anyhow = { version = "1.0.98", default-features = false, features = ["std"] }
chrono = { version = "0.4.40", default-features = false, features = ["clock", "serde"] }
config = { version = "0.15.11", default-features = false, features = ["toml"] }
matrix-sdk = { version = "0.10.0", default-features = false, features = ["rustls-tls", "bundled-sqlite", "e2e-encryption", "markdown"] }