Skip to content

Commit

Permalink
chore: update serde dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
maqi committed Oct 26, 2020
1 parent 94ec2f2 commit 727d82d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ futures = "~0.3.5"
unwrap = "1.2.1"
bincode = "1.2.1"
crossbeam-channel = "~0.4.2"
serde_json = "1.0.55"
serde_json = "1.0.59"
structopt = "~0.3.15"
rcgen = "~0.8.4"
log = "~0.4.8"
Expand All @@ -43,7 +43,7 @@ webpki = "~0.21.3"
optional = true

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

[dependencies.rustls]
Expand Down

0 comments on commit 727d82d

Please sign in to comment.