Skip to content

Commit 9578e23

Browse files
authored
Update dependencies for Rust 1.66
1 parent 5f5ac12 commit 9578e23

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

content/languages/rust/index.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,29 +65,29 @@ See the unit testing chapter in [the book](https://doc.rust-lang.org/book/ch11-0
6565

6666
```toml
6767
[dependencies]
68-
bit-set = "0.5.2"
69-
chrono = "0.4.19"
70-
either = "1.7.0"
68+
bit-set = "0.5.3"
69+
chrono = "0.4.23"
70+
either = "1.8.0"
7171
fancy-regex = "0.10.0"
72-
futures = "0.3.21"
72+
futures = "0.3.25"
7373
im = "15.1.0"
74-
itertools = "0.10.3"
74+
itertools = "0.10.5"
7575
lazy_static = "1.4.0"
7676
num = { version = "0.4.0", features = ["rand"] }
77-
once_cell = "1.13.0"
77+
once_cell = "1.16.0"
7878
rand = "0.8.5"
79-
regex = "1.6.0"
80-
serde = { version = "1.0.139", features = ["derive"] }
81-
serde_json = "1.0.82"
82-
text_io = "0.1.10"
83-
thiserror = "1.0.31"
84-
tokio = { version = "1.20.0", features = ["full"] }
85-
tokio-util = { version = "0.7.3", features = ["full"] }
79+
regex = "1.7.0"
80+
serde = { version = "1.0.150", features = ["derive"] }
81+
serde_json = "1.0.89"
82+
text_io = "0.1.12"
83+
thiserror = "1.0.37"
84+
tokio = { version = "1.23.0", features = ["full"] }
85+
tokio-util = { version = "0.7.4", features = ["full"] }
8686

8787
[dev-dependencies]
8888
quickcheck = "1.0.3"
8989
quickcheck_macros = "1.0.0"
90-
float_eq = "1.0.0"
90+
float_eq = "1.0.1"
9191
```
9292

9393
## Services

0 commit comments

Comments
 (0)