Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vi committed Mar 3, 2018
1 parent 44fc6a8 commit dcda620
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 50 deletions.
136 changes: 92 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dnscache"
version = "0.2.3"
version = "0.3.0"
authors = ["Vitaly _Vi Shukela <vi0oss@gmail.com>"]
description = "Simple DNS proxy with forced caching"
repository = "https://github.com/vi/dnscache"
Expand All @@ -16,13 +16,12 @@ serde_bytes = "0.10"
multimap = "0.4"
clamp = "0.1"
log = "0.4"
serde_cbor = { version = "0.6", optional=true }
structopt = {version="0.1", optional=true}
structopt-derive = {version="0.1", optional=true}
rusty-leveldb = { version = "0.1", optional=true }
serde_cbor = { version = "0.8", optional=true }
structopt = {version="0.2", optional=true}
structopt-derive = {version="0.2", optional=true}
rusty-leveldb = { version = "^0.2.1", optional=true }
println_logger = {version="0.2", optional=true}

[features]
default=["bin"]
bin=["structopt","structopt-derive","serde_cbor","rusty-leveldb","println_logger"]

0 comments on commit dcda620

Please sign in to comment.