Skip to content

Commit d37142a

Browse files
committed
deps: rm unused deps
1 parent dd9707f commit d37142a

File tree

2 files changed

+23
-26
lines changed

2 files changed

+23
-26
lines changed

Cargo.toml

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[workspace]
22
members = [
3-
"msg",
4-
"msg-socket",
5-
"msg-wire",
6-
"msg-transport",
7-
"msg-common",
8-
"msg-sim",
3+
"msg",
4+
"msg-socket",
5+
"msg-wire",
6+
"msg-transport",
7+
"msg-common",
8+
"msg-sim",
99
]
1010
resolver = "2"
1111

@@ -19,19 +19,19 @@ authors = ["Chainbound Developers <dev@chainbound.io>"]
1919
homepage = "https://github.com/chainbound/msg-rs"
2020
repository = "https://github.com/chainbound/msg-rs"
2121
keywords = [
22-
"messaging",
23-
"distributed",
24-
"systems",
25-
"networking",
26-
"quic",
27-
"quinn",
28-
"tokio",
29-
"async",
30-
"simulation",
31-
"pnet",
32-
"udp",
33-
"tcp",
34-
"socket",
22+
"messaging",
23+
"distributed",
24+
"systems",
25+
"networking",
26+
"quic",
27+
"quinn",
28+
"tokio",
29+
"async",
30+
"simulation",
31+
"pnet",
32+
"udp",
33+
"tcp",
34+
"socket",
3535
]
3636

3737
[workspace.dependencies]
@@ -57,17 +57,15 @@ tracing = "0.1"
5757
rustc-hash = "1"
5858
rand = "0.8"
5959
derive_more = { version = "2.0.1", features = [
60-
"from",
61-
"into",
62-
"deref",
63-
"deref_mut",
60+
"from",
61+
"into",
62+
"deref",
63+
"deref_mut",
6464
] }
6565

6666
# networking
6767
quinn = "0.11.9"
6868
rcgen = "0.14"
69-
# (rustls needs to be the same version as the one used by quinn)
70-
rustls = { version = "0.21", features = ["quic", "dangerous_configuration"] }
7169
openssl = { version = "0.10" }
7270

7371
# benchmarking & profiling

msg/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ tokio-stream.workspace = true
2121
[dev-dependencies]
2222
bytes.workspace = true
2323
tracing-subscriber = "0.3"
24-
divan = "0.1"
2524
futures.workspace = true
2625
tracing.workspace = true
2726
rand.workspace = true

0 commit comments

Comments
 (0)