Skip to content

Commit

Permalink
Merge pull request #6 from cbgbt/dependabot/cargo/snafu-0.8
Browse files Browse the repository at this point in the history
Update snafu requirement from 0.7 to 0.8
  • Loading branch information
cbgbt authored Jun 29, 2024
2 parents 48afda8 + fba6d4a commit d4f9d60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cgi-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ edition = "2021"

[dependencies]
hyper = "0.14"
snafu = "0.7"
snafu = "0.8"
tokio = "1"
2 changes: 1 addition & 1 deletion tower-cgi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
cgi-rs = { path = "../cgi-rs" }
hyper = { version = "0.14", default-features = false }
snafu = "0.7"
snafu = "0.8"
tower = { version = "0.4", default-features = false, features = ["util"] }

[dev-dependencies]
Expand Down

0 comments on commit d4f9d60

Please sign in to comment.