diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-23 16:08:47 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-24 15:21:32 -0700 |
commit | b27f2317899f1d0fa2e02ade3bd9b3c396ae0685 (patch) | |
tree | a678f84a3d80e953312a98a030edbfecd3ea481c /rust/Cargo.lock | |
parent | 72b4f6a9258053267f8436b1548d9101220497a9 (diff) | |
download | fatcat-b27f2317899f1d0fa2e02ade3bd9b3c396ae0685.tar.gz fatcat-b27f2317899f1d0fa2e02ade3bd9b3c396ae0685.zip |
use diesel::r2d2 instead of r2d2 directly
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r-- | rust/Cargo.lock | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 6d3b6e1f..21c65be1 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -301,7 +301,6 @@ dependencies = [ "iron 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "iron-slog 0.0.1 (git+https://github.com/bnewbold/iron-slog?branch=bnewbold-iron-0.6)", "iron-test 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", - "r2d2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |