Skip to content

Commit 5ebca66

Browse files
author
yngrtc
committed
bump version to v0.2.0
1 parent 777bae9 commit 5ebca66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sctp-proto"
3-
version = "0.1.7"
3+
version = "0.2.0"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2021"
66
description = "A pure Rust implementation of SCTP in Sans-IO style"
@@ -12,12 +12,12 @@ keywords = ["sctp"]
1212
categories = [ "network-programming", "asynchronous" ]
1313

1414
[dependencies]
15-
bytes = "1.4.0"
15+
bytes = "1.5.0"
1616
fxhash = "0.2.1"
1717
rand = "0.8.5"
18-
slab = "0.4.7"
19-
thiserror = "1.0.38"
20-
log = "0.4.17"
18+
slab = "0.4.9"
19+
thiserror = "1.0.58"
20+
log = "0.4.21"
2121
crc = "3.0.1"
2222

2323
[dev-dependencies]

0 commit comments

Comments
 (0)