Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

Commit 328f637

Browse files
authored
Merge pull request #306 from BrianHicks/dependabot/cargo/anyhow-1.0.82
Bump anyhow from 1.0.81 to 1.0.82
2 parents 0c85b5b + d2833a1 commit 328f637

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.

directives/Cargo.toml

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

66
[dependencies]
7-
anyhow = "1.0.81"
7+
anyhow = "1.0.82"
88
log = "0.4.20"
99
rnix = "0.10.2"
1010
serde = { version = "1.0.196", features = [ "derive" ] }

nix-script-haskell/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
anyhow = "1.0.81"
9+
anyhow = "1.0.82"
1010
clap = { version = "3.2.25", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
1111
directives = { path = "../directives" }
1212
log = "0.4.20"

nix-script/Cargo.toml

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

66
[dependencies]
7-
anyhow = "1.0.81"
7+
anyhow = "1.0.82"
88
clap = { version = "3.2.25", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
99
directories = "5.0.1"
1010
directives = { path = "../directives" }

0 commit comments

Comments
 (0)