Skip to content

Commit 5b37066

Browse files
Bump anyhow from 1.0.98 to 1.0.99
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.98 to 1.0.99. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.98...1.0.99) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.99 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c6acb8 commit 5b37066

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix-script-directives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "3.0.0"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "1.0.98"
7+
anyhow = "1.0.99"
88
log = "0.4.27"
99
rnix = "0.12.0"
1010
rowan = "0.15.16"

nix-script-haskell/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "3.0.0"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "1.0.98"
7+
anyhow = "1.0.99"
88
clap = { version = "4.5.43", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
99
nix-script-directives = { path = "../nix-script-directives" }
1010
log = "0.4.27"

nix-script/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "3.0.0"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "1.0.98"
7+
anyhow = "1.0.99"
88
clap = { version = "4.5.43", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
99
directories = "6.0.0"
1010
env_logger = "0.11.6"

0 commit comments

Comments
 (0)