From 2d5e72299b289981d357031afc4d563662ef8f3c Mon Sep 17 00:00:00 2001 From: Mingwei Zhang Date: Wed, 20 Mar 2024 15:54:15 -0700 Subject: [PATCH] release v0.10.4 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 4 ++-- README.md | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9fac0..752e400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## v0.10.4 - 2024-03-20 + +### Hot fix + +* update `oneio` to `v0.16.4` + * add `http2` and `charset` feature flag to `reqwest` + ## v0.10.3 - 2024-03-20 ### Highlights diff --git a/Cargo.toml b/Cargo.toml index 4ff706f..fc9fa35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bgpkit-parser" -version = "0.10.3" +version = "0.10.4" authors = ["Mingwei Zhang "] edition = "2021" license = "MIT" @@ -34,7 +34,7 @@ bitflags = { version = "2.3.3", features = ["serde"], optional = true } bytes = { version = "1.5.0", optional = true } hex = { version = "0.4.3", optional = true } # bmp/openbmp parsing log = { version = "0.4", optional = true } -oneio = { version = "0.16.3", default-features = false, features = ["lib-core"], optional = true } +oneio = { version = "0.16.4", default-features = false, features = ["lib-core"], optional = true } regex = { version = "1", optional = true } # used in parser filter chrono = { version = "0.4.24", optional = true } # parser filter serde_json = { version = "1.0", optional = true } # RIS Live parsing diff --git a/README.md b/README.md index 7f17c0a..e5ed4fb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # BGPKIT Parser -*This readme is generated from the library's doc comments using [cargo-readme](https://github.com/livioribeiro/cargo-readme). Please refer to the Rust docs website for the full documentation: [latest stable](https://docs.rs/bgpkit-parser/latest/bgpkit_parser/); [bleeding-edge](https://docs.rs/bgpkit-parser/0.10.3/bgpkit_parser/).* +*This readme is generated from the library's doc comments using [cargo-readme](https://github.com/livioribeiro/cargo-readme). Please refer to the Rust docs website for the full documentation: [latest stable](https://docs.rs/bgpkit-parser/latest/bgpkit_parser/); [bleeding-edge](https://docs.rs/bgpkit-parser/0.10.4/bgpkit_parser/).* [![Build](https://github.com/bgpkit/bgpkit-parser/actions/workflows/build.yml/badge.svg)](https://github.com/bgpkit/bgpkit-parser/actions/workflows/build.yml) [![Crates.io](https://img.shields.io/crates/v/bgpkit-parser)](https://crates.io/crates/bgpkit-parser)