summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-24 09:57:24 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-24 09:59:27 +0200
commitc3f415ea698e85d903dc5fe833b14207f297ea23 (patch)
tree9b4d6bcebce0f72d77b7269f03bdde0b2df1fe23 /Cargo.toml
parent237062e6ca0d180e41e6d5da5c7a958adc83b41c (diff)
downloadobnam2-c3f415ea698e85d903dc5fe833b14207f297ea23.tar.gz
chore: use warp's bytes instead of bytes crate directly
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f1d1a4d..73f13da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,6 @@ repository = "https://gitlab.com/larswirzenius/obnam"
[dependencies]
anyhow = "1"
-bytes = "0.5"
bytesize = "1"
chrono = "0.4"
dirs = "3"