Skip to content

Commit

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

---
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 and saschagrunert committed Nov 29, 2021
1 parent 748171d commit a24a531
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" }

[dependencies]
diesel = { version = "1.4.8", optional = true }
anyhow = "1.0.48"
anyhow = "1.0.50"
serde = { version = "1.0.130", features = ["derive"] }
toml = "0.5.8"

Expand Down
2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ actix = "0.10.0"
actix-cors = "0.5.4"
actix-files = "0.5.0"
actix-web = { version = "3.3.2", features = ["openssl"] }
anyhow = "1.0.48"
anyhow = "1.0.50"
bytes = "1.1.0"
clap = { version = "2.33.3", features = ["yaml"] }
diesel = { version = "1.4.8", features = ["r2d2", "postgres"] }
Expand Down
4 changes: 2 additions & 2 deletions frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ maintenance = { status = "actively-developed" }
crate-type = ["cdylib", "rlib"]

[build-dependencies]
anyhow = "1.0.48"
anyhow = "1.0.50"
sass-rs = "0.2.2"
url = "2.2.2"
webapp = { version = "1.0.0", path = ".." }

[dependencies]
anyhow = "1.0.48"
anyhow = "1.0.50"
log = "0.4.14"
serde = { version = "1.0.130", features = ["derive"] }
stdweb = "0.4.20"
Expand Down

0 comments on commit a24a531

Please sign in to comment.