Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker authored and ma2bd committed Aug 26, 2020
1 parent f43a056 commit af127fa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions rust/fastpay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ publish = false
edition = "2018"

[dependencies]
bytes = "0.5.4"
clap = "2.33.0"
bytes = "0.5.6"
clap = "2.33.3"
env_logger = "0.7.1"
failure = "0.1.7"
futures = "0.3.4"
log = "0.4.8"
net2 = "0.2.33"
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0.51"
tokio = { version = "0.2.18", features = ["full"] }
failure = "0.1.8"
futures = "0.3.5"
log = "0.4.11"
net2 = "0.2.34"
serde = { version = "1.0.115", features = ["derive"] }
serde_json = "1.0.57"
tokio = { version = "0.2.22", features = ["full"] }

fastpay_core = { path = "../fastpay_core" }

Expand Down
12 changes: 6 additions & 6 deletions rust/fastpay_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ publish = false
edition = "2018"

[dependencies]
base64 = "0.12.0"
bincode = "1.2.1"
failure = "0.1.7"
futures = "0.3.4"
base64 = "0.12.3"
bincode = "1.3.1"
failure = "0.1.8"
futures = "0.3.5"
rand = "0.7.3"
serde = { version = "1.0.106", features = ["derive"] }
tokio = { version = "0.2.18", features = ["full"] }
serde = { version = "1.0.115", features = ["derive"] }
tokio = { version = "0.2.22", features = ["full"] }
ed25519-dalek = { version = "1.0.0-pre.3", features = ["batch"] }

0 comments on commit af127fa

Please sign in to comment.