Skip to content

Commit

Permalink
bump a few deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kworr committed Aug 11, 2024
1 parent 0cde242 commit e3b4276
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,22 @@ license = "MIT"
openssl = ["hyper-tls"]
rustls = ["hyper-rustls"]
default = ["openssl"]

[dependencies]
bytes = "1.0.1"
tokio = { version = "1.2", features = ["fs", "rt"]}

tracing = "0.1.23"
tracing-futures = "0.2"
multipart = { version = "0.17", default-features = false, features = ["client"] }
multipart = { version = "0.18.0", default-features = false, features = ["client"] }

telegram-bot-raw = { version = "0.9.0", path = "../raw" }

hyper = { version = "0.14", features = ["client", "http1"] }
hyper-tls = { version = "0.5", optional = true }
futures = "0.3"
hyper-rustls = { version = "0.22", optional = true }

[dev-dependencies]
tracing-subscriber = "0.2.15"
tracing-subscriber = "0.3.18"
tokio = { version = "1.2", features = ["macros", "time", "fs", "rt-multi-thread"] }

0 comments on commit e3b4276

Please sign in to comment.