Skip to content

Commit 5c79d97

Browse files
committed
upgrade dependencies.
1 parent 7b8bcc6 commit 5c79d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ description = "rsocket-rust is an implementation of the RSocket protocol in Rust
1212
[dependencies]
1313
matches = "0.1.8"
1414
log = "0.4.8"
15-
bytes = "0.5.2"
15+
bytes = "0.5.3"
1616
futures = "0.3.1"
1717
lazy_static = "1.4.0"
1818
url = "2.1.0"
1919
# reactor_rs = {git = "https://github.com/jjeffcaii/reactor-rust", branch = "develop"}
2020

2121
[dependencies.tokio]
22-
version = "0.2.4"
22+
version = "0.2.6"
2323
default-features = false
2424
features = ["full"]
2525

0 commit comments

Comments
 (0)