Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasPius committed Apr 4, 2024
1 parent 80fa636 commit 718140a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "hrobot"
description = "Unofficial Hetzner Robot API client"
keywords = ["hetzner", "robot", "api", "client", "async"]
repository = "https://github.com/MathiasPius/hrobot-rs"
version = "4.0.0"
version = "5.0.0"
license = "MIT"
edition = "2021"

Expand All @@ -27,11 +27,11 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_html_form = "0.2.2"

base64 = "0.21.2"
base64 = "0.22.0"
urlencoding = "2"

hyper = { version = "1.2.0", features = ["http1", "client"] }
hyper-rustls = { version = "0.26.0", default-features = false, features = [
hyper-rustls = { version = "0.27.0", default-features = false, features = [
"http1",
"webpki-tokio",
"ring",
Expand Down

0 comments on commit 718140a

Please sign in to comment.