about summary refs log tree commit diff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-17 00:39:45 +0000
committerGitHub <noreply@github.com>2022-06-17 00:39:45 +0000
commit0c54868d55702c635e97c4883354571741e86f53 (patch)
tree86126101c5277bfb498b18b169388f4516756d3b /server/Cargo.toml
parentfb9af25ef9073c13e97758165a49ce0d48fda193 (diff)
downloadshorest-dependabot/cargo/server/diesel-1.4.6.tar.zst
shorest-dependabot/cargo/server/diesel-1.4.6.zip
Bump diesel from 1.4.5 to 1.4.6 in /server dependabot/cargo/server/diesel-1.4.6
Bumps [diesel](https://github.com/diesel-rs/diesel) from 1.4.5 to 1.4.6.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/diesel-rs/diesel/compare/v1.4.5...v1.4.6)

---
updated-dependencies:
- dependency-name: diesel
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 1dbf275..a3c8ba4 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -17,7 +17,7 @@ dotenv = "0.15.0"
 crc32fast = "1.2.0"
 base64 = "0.13.0"
 url = "2.2.0"
-diesel = { version = "1.4.5", features = ["postgres", "r2d2"] }
+diesel = { version = "1.4.6", features = ["postgres", "r2d2"] }
 diesel_migrations = "1.4.0"
 actix-files = "0.5.0"
 log = "0.4"