Skip to content

Commit

Permalink
Merge pull request #42 from CleverCloud/devel/fdubois/chore/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
FlorentinDUBOIS authored Jul 18, 2022
2 parents 03d343b + 7a01d88 commit cf50305
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 @@ -20,17 +20,17 @@ keywords = [

[dependencies]
async-trait = "^0.1.56"
oauth10a = "^1.3.10"
oauth10a = "^1.3.11"
log = { version = "^0.4.17", optional = true }
hyper = { version = "^0.14.19", default-features = false }
hyper = { version = "^0.14.20", default-features = false }
schemars = { version = "^0.8.10", features = [
"chrono",
"indexmap1",
"uuid1",
"bytes",
"url",
], optional = true }
serde = { version = "^1.0.137", features = ["derive"] }
serde = { version = "^1.0.139", features = ["derive"] }
serde_repr = "^0.1.8"
thiserror = "^1.0.31"
tracing = { version = "^0.1.35", optional = true }
Expand Down

0 comments on commit cf50305

Please sign in to comment.