Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
tokio cannot be updated yet, since UdpFramed got removed, see
tokio-rs/tokio#2830
  • Loading branch information
rkusa committed Oct 27, 2020
1 parent acb492e commit c88f33f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/datis-cmd/Cargo.toml
Expand Up @@ -9,5 +9,5 @@ clap = "2.32"
ctrlc = "3.1"
datis-core = { path = "../datis-core" }
dotenv = "0.15"
env_logger = "0.7"
env_logger = "0.8"
log = "0.4"
2 changes: 1 addition & 1 deletion crates/srs/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ authors = ["rkusa"]
edition = "2018"

[dependencies]
base64 = "0.12"
base64 = "0.13"
byteorder = "1.3"
bytes = "0.5"
futures = "0.3"
Expand Down

0 comments on commit c88f33f

Please sign in to comment.