Sign In

combine

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

combine - cargo Package Compare versions

Comparing version
4.6.3
to
4.6.4
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "84ceb76d89f267dcffe2802b336f88b451cdc01f"
"sha1": "50a71afa1c88e8564e0220a6e0625dd16a2302a2"
},
"path_in_vcs": ""
}

@@ -20,2 +20,3 @@ #![cfg(feature = "std")]

#[allow(dead_code)]
#[derive(Debug)]

@@ -28,2 +29,3 @@ struct Request<'a> {

#[allow(dead_code)]
#[derive(Debug)]

@@ -30,0 +32,0 @@ struct Header<'a> {

@@ -260,3 +260,3 @@ # This file is automatically @generated by Cargo.

name = "combine"
version = "4.6.3"
version = "4.6.4"
dependencies = [

@@ -1208,5 +1208,5 @@ "async-std",

name = "tokio-util"
version = "0.6.8"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d3725d3efa29485e87311c5b699de63cde14b00ed4d256b8318aa30ca452cd"
checksum = "64910e1b9c1901aaf5375561e35b9c057d95ff41a44ede043a03e09279eabaf1"
dependencies = [

@@ -1213,0 +1213,0 @@ "bytes 1.1.0",

@@ -15,3 +15,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO

name = "combine"
version = "4.6.3"
version = "4.6.4"
authors = ["Markus Westerlind <marwes91@gmail.com>"]

@@ -21,9 +21,22 @@ description = "Fast parser combinators on arbitrary streams with zero-copy support."

readme = "README.md"
keywords = ["parser", "parsing", "combinators", "ll"]
categories = ["parsing", "no-std"]
keywords = [
"parser",
"parsing",
"combinators",
"ll",
]
categories = [
"parsing",
"no-std",
]
license = "MIT"
repository = "https://github.com/Marwes/combine"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
rustdoc-args = [
"--cfg",
"docsrs",
]
[profile.bench]

@@ -39,3 +52,6 @@ lto = true

name = "async"
required-features = ["std", "tokio"]
required-features = [
"std",
"tokio",
]

@@ -56,3 +72,6 @@ [[example]]

name = "async"
required-features = ["tokio-02", "futures-io-03"]
required-features = [
"tokio-02",
"futures-io-03",
]

@@ -73,2 +92,3 @@ [[bench]]

required-features = ["mp4"]
[dependencies.bytes]

@@ -127,6 +147,7 @@ version = "1"

[dependencies.tokio-util]
version = "0.6"
version = "0.7"
features = ["codec"]
optional = true
default-features = false
[dev-dependencies.async-std]

@@ -155,3 +176,6 @@ version = "1"

version = "0.3"
features = ["tokio", "quickcheck"]
features = [
"tokio",
"quickcheck",
]

@@ -166,3 +190,8 @@ [dev-dependencies.quick-error]

version = "0.2"
features = ["fs", "io-driver", "io-util", "macros"]
features = [
"fs",
"io-driver",
"io-util",
"macros",
]
package = "tokio"

@@ -172,3 +201,7 @@

version = "0.3"
features = ["fs", "macros", "rt-multi-thread"]
features = [
"fs",
"macros",
"rt-multi-thread",
]
package = "tokio"

@@ -178,3 +211,9 @@

version = "1"
features = ["fs", "macros", "rt", "rt-multi-thread", "io-util"]
features = [
"fs",
"macros",
"rt",
"rt-multi-thread",
"io-util",
]
package = "tokio"

@@ -185,8 +224,36 @@

default = ["std"]
futures-03 = ["pin-project", "std", "futures-core-03", "futures-io-03", "pin-project-lite"]
futures-03 = [
"pin-project",
"std",
"futures-core-03",
"futures-io-03",
"pin-project-lite",
]
mp4 = []
pin-project = ["pin-project-lite"]
std = ["memchr/use_std", "bytes", "alloc"]
tokio = ["tokio-dep", "tokio-util/io", "futures-core-03", "pin-project-lite"]
tokio-02 = ["pin-project", "std", "tokio-02-dep", "futures-core-03", "pin-project-lite", "bytes_05"]
tokio-03 = ["pin-project", "std", "tokio-03-dep", "futures-core-03", "pin-project-lite"]
std = [
"memchr/use_std",
"bytes",
"alloc",
]
tokio = [
"tokio-dep",
"tokio-util/io",
"futures-core-03",
"pin-project-lite",
]
tokio-02 = [
"pin-project",
"std",
"tokio-02-dep",
"futures-core-03",
"pin-project-lite",
"bytes_05",
]
tokio-03 = [
"pin-project",
"std",
"tokio-03-dep",
"futures-core-03",
"pin-project-lite",
]

@@ -0,1 +1,7 @@

<a name="v4.6.4"></a>
### v4.6.4 (2022-04-25)
<a name="v4.6.3"></a>

@@ -2,0 +8,0 @@ ### v4.6.3 (2022-01-12)

@@ -56,3 +56,3 @@ //

#[cfg(feature = "alloc")]
#[cfg_attr(docsrs, doc(cfg(feature = "std")))]
#[cfg_attr(docsrs, doc(cfg(feature = "alloc")))]
pub mod buffered;

@@ -59,0 +59,0 @@ #[cfg(feature = "std")]

Sorry, the diff of this file is not supported yet