Skip to content

Commit bb8429f

Browse files
committed
chore: upgrade deps
1 parent 6b751ce commit bb8429f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

rsocket/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ description = "rsocket-rust is an implementation of the RSocket protocol in Rust
1212
[dependencies]
1313
log = "0.4.11"
1414
bytes = "0.6.0"
15-
futures = "0.3.7"
15+
futures = "0.3.8"
1616
lazy_static = "1.4.0"
17-
async-trait = "0.1.41"
17+
async-trait = "0.1.42"
1818
dashmap = "3.11.10"
1919
thiserror = "1.0.22"
20-
anyhow = "1.0.34"
20+
anyhow = "1.0.35"
2121

2222
[target.'cfg(target_arch = "wasm32")'.dependencies]
23-
wasm-bindgen-futures = "0.4.18"
23+
wasm-bindgen-futures = "0.4.19"
2424

2525
[dependencies.tokio]
26-
version = "0.3.3"
26+
version = "0.3.5"
2727
default-features = false
28-
features = [ "rt", "rt-multi-thread", "sync", "stream" ]
28+
features = [ "rt", "rt-multi-thread", "sync", "stream", "time" ]
2929

3030
[features]
3131
default = []

0 commit comments

Comments
 (0)