Skip to content

Commit bcbcdf7

Browse files
committed
Update dependencies to latest
1 parent 72979c9 commit bcbcdf7

File tree

11 files changed

+872
-676
lines changed

11 files changed

+872
-676
lines changed

Cargo.lock

Lines changed: 411 additions & 319 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,24 @@ license = "MIT/Apache-2.0"
55
repository = "https://gitlab.com/Redrield/ds-rs"
66
documentation = "https://docs.rs/ds"
77
readme = "README.md"
8-
version = "1.2.4"
8+
version = "1.3.0"
99
keywords = ["frc", "first", "robotics"]
1010
categories = ["network-programming"]
1111
authors = ["Kaitlyn Kenwell <[email protected]>"]
1212
edition = "2018"
1313

1414
[dependencies]
15-
bitflags = "1.0.4"
16-
byteorder = "1.2.7"
17-
failure = "0.1.3"
18-
chrono = "0.4.6"
19-
crossbeam-channel = "0.4.4"
20-
smallvec = "0.6.7"
21-
tokio = { version = "^0.2", features = ["full", "stream"] }
22-
tokio-util = { version = "^0.2", features = ["udp", "codec"] }
23-
bytes = "0.5.3"
24-
futures-channel = "0.3.1"
25-
futures-util = { version = "0.3.1", features = ["sink", "async-await"] }
26-
futures = "0.3.1"
27-
rand = "0.7.3"
15+
bitflags = "2.6.0"
16+
byteorder = "1.5.0"
17+
failure = "0.1.8"
18+
chrono = "0.4.38"
19+
crossbeam-channel = "0.5.13"
20+
smallvec = "1.13.2"
21+
tokio = { version = "1.38.0", features = ["full"] }
22+
tokio-util = { version = "0.7.11", features = ["net", "codec"] }
23+
tokio-stream = { version = "0.1.15", features = ["full"] }
24+
bytes = "1.6.1"
25+
futures-channel = "0.3.30"
26+
futures-util = { version = "0.3.30", features = ["sink", "async-await"] }
27+
futures = "0.3.30"
28+
rand = "0.8.5"

0 commit comments

Comments
 (0)