Skip to content

Commit d872f55

Browse files
Bump and drop dependencies
1 parent a827937 commit d872f55

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ edition = "2018"
99
dotenv = "0.14.1"
1010
env_logger = "0.7.0"
1111
hex = "0.4.0"
12-
itertools = "0.8.0"
12+
itertools = "0.10.0"
1313
lazy_static = "1.2.0"
1414
log = "0.4.6"
1515
maplit = "1.0.1"
16-
openssl = "*" # needs to be included for workaround from https://github.com/sgrif/pq-sys/issues/25
1716
reqwest = "0.9.12"
1817
rocket = "0.4.0"
1918
rocket_contrib = { version = "0.4.0", features = ["json", "handlebars_templates"] }

src/main.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
#![feature(proc_macro_hygiene, decl_macro)]
44
#![recursion_limit = "256"]
55

6-
// BUG https://github.com/sgrif/pq-sys/issues/25
7-
#[allow(unused_extern_crates)]
8-
extern crate openssl;
9-
106
#[macro_use]
117
extern crate diesel;
128
#[macro_use]

0 commit comments

Comments
 (0)