Skip to content

Commit

Permalink
chore: update to osauth-derive 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtantsur committed Oct 7, 2023
1 parent e962d25 commit 6d07ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand All @@ -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"] }
Expand Down

0 comments on commit 6d07ad1

Please sign in to comment.