Skip to content

Commit

Permalink
Bump anyhow from 1.0.93 to 1.0.94
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.93 to 1.0.94.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.93...1.0.94)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 3788e7b commit fdc8d6f
Show file tree
Hide file tree
Showing 4 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.

2 changes: 1 addition & 1 deletion nix-script-directives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "3.0.0"
edition = "2021"

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.94"
log = "0.4.22"
rnix = "0.11.0"
rowan = "0.15.16"
Expand Down
2 changes: 1 addition & 1 deletion nix-script-haskell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "3.0.0"
edition = "2021"

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.94"
clap = { version = "4.5.21", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
nix-script-directives = { path = "../nix-script-directives" }
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion nix-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "3.0.0"
edition = "2021"

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.94"
clap = { version = "4.5.21", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
directories = "5.0.1"
env_logger = "0.11.5"
Expand Down

0 comments on commit fdc8d6f

Please sign in to comment.