Skip to content

Commit

Permalink
Merge pull request #44 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 Aug 10, 2022
2 parents 335a195 + 1bc2265 commit 38f0dee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ keywords = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "^0.1.56"
oauth10a = "^1.3.11"
async-trait = "^0.1.57"
oauth10a = "^1.3.12"
log = { version = "^0.4.17", optional = true }
hyper = { version = "^0.14.20", default-features = false }
schemars = { version = "^0.8.10", features = [
Expand All @@ -30,10 +30,10 @@ schemars = { version = "^0.8.10", features = [
"bytes",
"url",
], optional = true }
serde = { version = "^1.0.139", features = ["derive"] }
serde_repr = "^0.1.8"
thiserror = "^1.0.31"
tracing = { version = "^0.1.35", optional = true }
serde = { version = "^1.0.143", features = ["derive"] }
serde_repr = "^0.1.9"
thiserror = "^1.0.32"
tracing = { version = "^0.1.36", optional = true }
tracing-futures = { version = "^0.2.5", optional = true }
uuid = { version = "^1.1.2", features = ["serde", "v4"] }

Expand Down
20 changes: 10 additions & 10 deletions examples/cleverctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "^0.1.56"
async-trait = "^0.1.57"
clevercloud-sdk = { path = "../..", features = ["tokio", "metrics", "trace", "jsonschemas"] }
clap = { version = "^3.2.12", features = ["derive"] }
config = "^0.13.1"
clap = { version = "^3.2.16", features = ["derive"] }
config = "^0.13.2"
paw = "^1.0.0"
serde = { version = "^1.0.139", features = ["derive"] }
serde_json = "^1.0.82"
serde_yaml = "^0.8.26"
thiserror = "^1.0.31"
tokio = { version = "^1.20.0", features = ["full"] }
tracing = "^0.1.35"
tracing-subscriber = { version = "^0.3.14", default-features = false, features = ["std", "ansi", "tracing-log"] }
serde = { version = "^1.0.143", features = ["derive"] }
serde_json = "^1.0.83"
serde_yaml = "^0.9.4"
thiserror = "^1.0.32"
tokio = { version = "^1.20.1", features = ["full"] }
tracing = "^0.1.36"
tracing-subscriber = { version = "^0.3.15", default-features = false, features = ["std", "ansi", "tracing-log"] }

[profile.release]
lto = true
Expand Down

0 comments on commit 38f0dee

Please sign in to comment.