Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 9, 2023
1 parent 7d9b71a commit fcdb149
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/native-utils/Cargo.lock

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

2 changes: 1 addition & 1 deletion scripts/native-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = { version = "1.0.65", features = ["backtrace"] }
anyhow = { version = "1.0.75", features = ["backtrace"] }
nix = { version = "0.25.0", features = ["process"] }
log = "0.4.17"
kernlog = "0.3.1"
Expand Down

0 comments on commit fcdb149

Please sign in to comment.