Skip to content

Commit

Permalink
Merge pull request #35 from CleverCloud/devel/fdubois/chore/update-de…
Browse files Browse the repository at this point in the history
…pendencies

Update dependencies
  • Loading branch information
FlorentinDUBOIS authored May 17, 2023
2 parents 84e1687 + c80b600 commit 71b1e25
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,31 @@ keywords = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = { version = "^0.1.66", optional = true }
async-trait = { version = "^0.1.68", optional = true }
base64 = { version = "^0.21.0", optional = true }
bytes = { version = "^1.4.0", features = ["serde"], optional = true }
cidr = { version = "^0.2.1", optional = true }
crypto-common = { version = "^0.1.6", optional = true }
headers = { version = "^0.3.8", optional = true }
hmac = { version = "^0.12.1", features = ["std"], optional = true }
hyper = { version = "^0.14.25", default-features = false, optional = true }
hyper = { version = "^0.14.26", default-features = false, optional = true }
hyper-tls = { version = "^0.5.0", optional = true }
hyper-proxy = { version = "^0.9.1", default-features = false, features = ["tls"], optional = true }
once_cell = { version = "^1.17.1", optional = true }
log = { version = "^0.4.17", optional = true }
prometheus = { version = "^0.13.3", optional = true }
serde = { version = "^1.0.155", features = ["derive"], optional = true }
serde_json = { version = "^1.0.94", features = [
serde = { version = "^1.0.163", features = ["derive"], optional = true }
serde_json = { version = "^1.0.96", features = [
"preserve_order",
"float_roundtrip",
], optional = true }
sha2 = { version = "^0.10.6", optional = true }
thiserror = { version = "^1.0.39", optional = true }
thiserror = { version = "^1.0.40", optional = true }
tracing = { version = "^0.1.37", optional = true }
tracing-futures = { version = "^0.2.5", optional = true }
url = { version = "^2.3.1", default-features = false, features = ["serde"], optional = true }
urlencoding = { version = "^2.1.2", optional = true }
uuid = { version = "^1.3.0", features = ["serde", "v4"], optional = true }
uuid = { version = "^1.3.3", features = ["serde", "v4"], optional = true }

[features]
default = ["client", "proxy", "logging"]
Expand Down

0 comments on commit 71b1e25

Please sign in to comment.