Skip to content

Commit

Permalink
Merge pull request #8 from CleverCloud/chore/dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
FlorentinDUBOIS authored Jan 26, 2022
2 parents 81ebea4 + 444507a commit 341f4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ hyper-tls = { version = "^0.5.0", optional = true }
lazy_static = { version = "^1.4.0", optional = true }
log = { version = "^0.4.14", optional = true }
prometheus = { version = "^0.13.0", optional = true }
serde = { version = "^1.0.133", features = ["derive"], optional = true }
serde_json = { version = "^1.0.74", features = [
serde = { version = "^1.0.136", features = ["derive"], optional = true }
serde_json = { version = "^1.0.78", features = [
"preserve_order",
"float_roundtrip",
], optional = true }
Expand Down

0 comments on commit 341f4a8

Please sign in to comment.