Skip to content

Commit

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

---
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 Jun 11, 2021
1 parent d957486 commit 6067572
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.7", optional = true }
anyhow = "1.0.40"
anyhow = "1.0.41"
serde = { version = "1.0.126", 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.40"
anyhow = "1.0.41"
bytes = "1.0.1"
clap = { version = "2.33.3", features = ["yaml"] }
diesel = { version = "1.4.7", 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.40"
anyhow = "1.0.41"
sass-rs = "0.2.2"
url = "2.2.2"
webapp = { version = "1.0.0", path = ".." }

[dependencies]
anyhow = "1.0.40"
anyhow = "1.0.41"
log = "0.4.14"
serde = { version = "1.0.126", features = ["derive"] }
stdweb = "0.4.20"
Expand Down

0 comments on commit 6067572

Please sign in to comment.