From 79139ea3959f78ead2f6fc98661318f12e932475 Mon Sep 17 00:00:00 2001 From: Evan Conrad Date: Mon, 11 Oct 2021 19:08:58 -0700 Subject: [PATCH] byby git dep --- Cargo.lock | 116 ----------------------------------------------------- Cargo.toml | 1 - 2 files changed, 117 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd29bdb..d3e873b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,21 +2,6 @@ # It is not intended for manual editing. version = 3 -[[package]] -name = "addr2line" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd" -dependencies = [ - "gimli", -] - -[[package]] -name = "adler" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" - [[package]] name = "aho-corasick" version = "0.7.18" @@ -124,21 +109,6 @@ dependencies = [ "tower-service", ] -[[package]] -name = "backtrace" -version = "0.3.61" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7a905d892734eea339e896738c14b9afce22b5318f64b951e70bf3844419b01" -dependencies = [ - "addr2line", - "cc", - "cfg-if 1.0.0", - "libc", - "miniz_oxide", - "object", - "rustc-demangle", -] - [[package]] name = "base64" version = "0.13.0" @@ -195,7 +165,6 @@ dependencies = [ "notify", "rand 0.8.4", "reqwest", - "reqwest-eventsource", "rust-crypto", "serde", "serde_json", @@ -393,38 +362,6 @@ dependencies = [ "cfg-if 1.0.0", ] -[[package]] -name = "eventsource-stream" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84c0cc7114281a8f6d1cac4cf88a66c7bcd7324ed62d9484fc18a6cab5909517" -dependencies = [ - "failure", - "futures-core", -] - -[[package]] -name = "failure" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" -dependencies = [ - "backtrace", - "failure_derive", -] - -[[package]] -name = "failure_derive" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" -dependencies = [ - "proc-macro2", - "quote", - "syn", - "synstructure", -] - [[package]] name = "filetime" version = "0.2.15" @@ -620,12 +557,6 @@ dependencies = [ "wasi", ] -[[package]] -name = "gimli" -version = "0.25.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7" - [[package]] name = "git2" version = "0.13.22" @@ -1003,16 +934,6 @@ version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" -[[package]] -name = "miniz_oxide" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" -dependencies = [ - "adler", - "autocfg", -] - [[package]] name = "mio" version = "0.6.23" @@ -1163,15 +1084,6 @@ dependencies = [ "libc", ] -[[package]] -name = "object" -version = "0.26.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2" -dependencies = [ - "memchr", -] - [[package]] name = "once_cell" version = "1.8.0" @@ -1524,16 +1436,6 @@ dependencies = [ "winreg", ] -[[package]] -name = "reqwest-eventsource" -version = "0.1.0" -source = "git+https://github.com/fenhl/reqwest-eventsource?branch=tokio1#0f1a0ab02e844b24fcd3a87597c6c5f08e48e4e2" -dependencies = [ - "eventsource-stream", - "futures-core", - "reqwest", -] - [[package]] name = "rust-crypto" version = "0.2.36" @@ -1547,12 +1449,6 @@ dependencies = [ "time", ] -[[package]] -name = "rustc-demangle" -version = "0.1.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" - [[package]] name = "rustc-serialize" version = "0.3.24" @@ -1730,18 +1626,6 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8" -[[package]] -name = "synstructure" -version = "0.12.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" -dependencies = [ - "proc-macro2", - "quote", - "syn", - "unicode-xid", -] - [[package]] name = "tar" version = "0.4.37" diff --git a/Cargo.toml b/Cargo.toml index 4c6557a..4d23a07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,6 @@ brotli = "3.3.2" tar = "0.4.37" serde_qs = "0.8.4" chrono = { version = "0.4.19", features = ["serde"] } -reqwest-eventsource = { git = "https://github.com/fenhl/reqwest-eventsource", branch = "tokio1" } [dev-dependencies]