Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.95 (#478)
Browse files Browse the repository at this point in the history
Co-authored-by: defelo-renovate[bot] <186864790+defelo-renovate[bot]@users.noreply.github.com>
  • Loading branch information
defelo-renovate[bot] authored Dec 22, 2024
1 parent 05d28c3 commit d250e1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,9 @@ rec {
};
"anyhow" = rec {
crateName = "anyhow";
version = "1.0.94";
version = "1.0.95";
edition = "2018";
sha256 = "1xqz3j4h3dxiqi37k8dwl5cc2sb3rlzy7rywfqiblf7g52h07zf1";
sha256 = "010vd1ki8w84dzgx6c81sc8qm9n02fxic1gkpv52zp4nwrn0kb1l";
authors = [
"David Tolnay <dtolnay@gmail.com>"
];
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
publish = false

[dependencies]
anyhow = { version = "1.0.94", default-features = false, features = ["std"] }
anyhow = { version = "1.0.95", default-features = false, features = ["std"] }
config = { version = "0.15.4", default-features = false, features = ["toml", "json"] }
key-rwlock = { version = "0.1.2", default-features = false }
poem = { version = "3.1.5", default-features = false, features = ["server", "anyhow"] }
Expand Down

0 comments on commit d250e1a

Please sign in to comment.