From 0eec8f6f7b9abf714ea5e5cc96d0f575454fab82 Mon Sep 17 00:00:00 2001 From: Daniel Sockwell Date: Fri, 10 Apr 2020 22:56:19 -0400 Subject: [PATCH] Remove unneeded dependency --- Cargo.lock | 12 +----------- Cargo.toml | 7 +++---- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a0bdc7..90274a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -453,7 +453,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "flodgatt" -version = "0.8.1" +version = "0.8.2" dependencies = [ "criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "dotenv 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -475,7 +475,6 @@ dependencies = [ "tokio 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "urlencoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "warp 0.1.20 (git+https://github.com/seanmonstar/warp.git)", ] @@ -2276,14 +2275,6 @@ name = "utf-8" version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "uuid" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "vcpkg" version = "0.2.7" @@ -2655,7 +2646,6 @@ dependencies = [ "checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61" "checksum urlencoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3df3561629a8bb4c57e5a2e4c43348d9e29c7c29d9b1c4c1f47166deca8f37ed" "checksum utf-8 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7" -"checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" "checksum vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95" "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" "checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e" diff --git a/Cargo.toml b/Cargo.toml index 881c450..42a0ab1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "flodgatt" description = "A blazingly fast drop-in replacement for the Mastodon streaming api server" -version = "0.8.1" +version = "0.8.2" authors = ["Daniel Long Sockwell "] edition = "2018" @@ -15,7 +15,6 @@ serde_json = "1.0.50" serde_derive = "1.0.90" pretty_env_logger = "0.3.0" postgres = "0.17.0" -uuid = { version = "0.7", features = ["v4"] } dotenv = "0.14.0" postgres-openssl = { git = "https://github.com/sfackler/rust-postgres.git"} url = "2.1.0" @@ -43,9 +42,9 @@ stub_status = [] production = [] [profile.release] -#lto = "fat" +lto = "fat" #panic = "abort" -#codegen-units = 1 +codegen-units = 1