Skip to content

Commit

Permalink
Merge 63ae663 into 94ec2f2
Browse files Browse the repository at this point in the history
  • Loading branch information
maqi committed Oct 26, 2020
2 parents 94ec2f2 + 63ae663 commit a9f8960
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ futures = "~0.3.5"
unwrap = "1.2.1"
bincode = "1.2.1"
crossbeam-channel = "~0.4.2"
serde = { version = "1.0.117", features = ["derive"] }
serde_json = "1.0.55"
structopt = "~0.3.15"
rcgen = "~0.8.4"
Expand All @@ -42,10 +43,6 @@ webpki = "~0.21.3"
features = [ "aio" ]
optional = true

[dependencies.serde]
version = "1.0.113"
features = [ "derive" ]

[dependencies.rustls]
version = "~0.17.0"
features = [ "dangerous_configuration" ]
Expand Down

0 comments on commit a9f8960

Please sign in to comment.