Skip to content

Commit

Permalink
Bump diesel from 1.4.6 to 1.4.7
Browse files Browse the repository at this point in the history
Bumps [diesel](https://github.com/diesel-rs/diesel) from 1.4.6 to 1.4.7.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v1.4.7/CHANGELOG.md)
- [Commits](diesel-rs/diesel@v1.4.6...v1.4.7)

---
updated-dependencies:
- dependency-name: diesel
  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 8, 2021
1 parent e76f689 commit d49c759
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -18,7 +18,7 @@ codecov = { repository = "saschagrunert/webapp.rs", branch = "master", service =
maintenance = { status = "actively-developed" }

[dependencies]
diesel = { version = "1.4.6", optional = true }
diesel = { version = "1.4.7", optional = true }
anyhow = "1.0.40"
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 @@ -35,7 +35,7 @@ actix-web = { version = "3.3.2", features = ["openssl"] }
anyhow = "1.0.40"
bytes = "1.0.1"
clap = { version = "2.33.3", features = ["yaml"] }
diesel = { version = "1.4.6", features = ["r2d2", "postgres"] }
diesel = { version = "1.4.7", features = ["r2d2", "postgres"] }
env_logger = "0.8.3"
futures = "0.3.15"
jsonwebtoken = "7.2.0"
Expand Down

0 comments on commit d49c759

Please sign in to comment.