Skip to content
Snippets Groups Projects
Commit 9f293035 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

fix(1): upgrade async-bincode to 0.7.1

parent 2660d326
No related branches found
No related tags found
No related merge requests found
Pipeline #32176 failed
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "Inflector"
version = "0.11.4"
......@@ -78,9 +80,9 @@ dependencies = [
[[package]]
name = "async-bincode"
version = "0.6.2"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "942d9ad0df19d83070509a488b95844a3dd3117468acdf315bc21b593a4bd9d8"
checksum = "0688a53af69da2208017b6d68ea675f073fbbc2488e71cc9b40af48ad9404fc2"
dependencies = [
"bincode",
"byteorder",
......@@ -2264,9 +2266,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.8.3"
version = "1.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
dependencies = [
"aho-corasick",
"memchr",
......
......@@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.33"
arrayvec = { version = "0.7", features = ["serde"] }
async-bincode = "0.6.1"
async-bincode = "0.7.1"
async_io_stream = { version = "0.3.1", features = [ "tokio_io"] }
bincode = "1.3"
duniter-core = { git = "https://git.duniter.org/nodes/rust/duniter-core" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment