Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
Bump serde from 1.0.85 to 1.0.87
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.85 to 1.0.87.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.85...v1.0.87)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Feb 4, 2019
1 parent 605d022 commit 603359e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion azure-functions-shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ azure-functions-shared-codegen = { version = "0.3.0", path = "../azure-functions
protobuf = "2.0.5"
grpcio = { version = "0.4.3", features = ["openssl"] }
futures = "0.1.24"
serde = "1.0.85"
serde = "1.0.87"
serde_derive = "1.0.87"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion azure-functions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ grpcio = { version = "0.4.3", features = ["openssl"] }
futures = "0.1.24"
clap = "2.32.0"
tokio-threadpool = "0.1.11"
serde = "1.0.85"
serde = "1.0.87"
serde_json = "1.0.37"
serde_derive = "1.0.87"
chrono = { version = "0.4.6", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2018"
[dependencies]
azure-functions = "0.3.0"
log = "0.4.6"
serde = "1.0.85"
serde = "1.0.87"
serde_json = "1.0.37"
serde_derive = "1.0.87"

0 comments on commit 603359e

Please sign in to comment.