From 6d07ad1842d0fa7510f20fed6896cf9a19a7d906 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Sun, 16 Apr 2023 13:59:51 +0200 Subject: [PATCH] chore: update to osauth-derive 0.1.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fd880b7..baf928c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ default = ["native-tls", "stream"] default-rustls = ["rustls", "stream"] native-tls = ["reqwest/default-tls"] rustls = ["reqwest/rustls-tls"] -stream = ["async-stream", "futures", "osauth-derive"] +stream = ["async-stream", "futures"] [dependencies] @@ -31,7 +31,7 @@ futures = { version = "^0.3", optional = true } http = "^0.2" lazy_static = "^1.4" log = "^0.4" -osauth-derive = { version = "^0.1.1", optional = true } +osauth-derive = { version = "^0.1.2" } percent-encoding = "^2.2" pin-project = "^1.0" reqwest = { version = "^0.11", default-features = false, features = ["gzip", "json", "stream"] }