From 5ebca669300caa8c4aed75a4c157a760ea9b749f Mon Sep 17 00:00:00 2001 From: yngrtc Date: Fri, 15 Mar 2024 21:58:32 -0700 Subject: [PATCH] bump version to v0.2.0 --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dcbfaff..7a38fb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sctp-proto" -version = "0.1.7" +version = "0.2.0" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of SCTP in Sans-IO style" @@ -12,12 +12,12 @@ keywords = ["sctp"] categories = [ "network-programming", "asynchronous" ] [dependencies] -bytes = "1.4.0" +bytes = "1.5.0" fxhash = "0.2.1" rand = "0.8.5" -slab = "0.4.7" -thiserror = "1.0.38" -log = "0.4.17" +slab = "0.4.9" +thiserror = "1.0.58" +log = "0.4.21" crc = "3.0.1" [dev-dependencies]