Skip to content

Commit

Permalink
Merge pull request #41 from CleverCloud/devel/fdubois/chore/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
FlorentinDUBOIS committed Jul 1, 2022
2 parents bcf3c4c + ec90497 commit 1ec032c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords = [

[dependencies]
async-trait = "^0.1.56"
oauth10a = "^1.3.9"
oauth10a = "^1.3.10"
log = { version = "^0.4.17", optional = true }
hyper = { version = "^0.14.19", default-features = false }
schemars = { version = "^0.8.10", features = [
Expand Down
4 changes: 2 additions & 2 deletions examples/cleverctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ edition = "2021"
[dependencies]
async-trait = "^0.1.56"
clevercloud-sdk = { path = "../..", features = ["tokio", "metrics", "trace", "jsonschemas"] }
clap = { version = "^3.2.5", features = ["derive"] }
clap = { version = "^3.2.8", features = ["derive"] }
config = "^0.13.1"
paw = "^1.0.0"
serde = { version = "^1.0.137", features = ["derive"] }
serde_json = "^1.0.81"
serde_json = "^1.0.82"
serde_yaml = "^0.8.24"
thiserror = "^1.0.31"
tracing = "^0.1.35"
Expand Down

0 comments on commit 1ec032c

Please sign in to comment.