From 9b80f298b6d1300546ac20c717de5cc20444c962 Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Tue, 28 Jan 2020 18:16:48 -0800 Subject: [PATCH 1/2] Upgrade bytes to match irc-proto --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 916e29d..40bf082 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ yaml = ["serde_yaml"] [dependencies] thiserror = "1.0.2" bufstream = "0.1" -bytes = "0.4" +bytes = "0.5" chrono = "0.4" encoding = "0.2" irc-proto = { version = "*", path = "irc-proto" } @@ -53,4 +53,4 @@ futures = "0.3.1" anyhow = "1.0.13" args = "2.0" getopts = "0.2" -env_logger = "0.6.2" \ No newline at end of file +env_logger = "0.6.2" From 3d5b6004eb4bc4d370efec01d75f897d26b56355 Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Tue, 28 Jan 2020 18:25:35 -0800 Subject: [PATCH 2/2] Upgrade additional packages --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 40bf082..19ddf41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,10 +41,10 @@ tokio = { version = "0.2.4", features = ["time", "net", "stream", "macros", "str tokio-util = { version = "0.2.0", features = ["codec"] } tokio-tls = "0.3.0" serde_json = { version = "1.0", optional = true } -serde_yaml = { version = "0.7", optional = true } -toml = { version = "0.4", optional = true } +serde_yaml = { version = "0.8", optional = true } +toml = { version = "0.5", optional = true } pin-utils = "0.1.0-alpha.4" -parking_lot = "0.9.0" +parking_lot = "0.10.0" futures-channel = "0.3.1" futures-util = { version = "0.3.1", features = ["sink"] } @@ -53,4 +53,4 @@ futures = "0.3.1" anyhow = "1.0.13" args = "2.0" getopts = "0.2" -env_logger = "0.6.2" +env_logger = "0.7"