Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
WIP: Bump tokio-serde from 0.6 to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed Nov 20, 2020
1 parent 3d957c4 commit 12ffb4b
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 24 deletions.
75 changes: 56 additions & 19 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 api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tarpc = { version = "0.23", features = ["full"] }
tokio = { version = "0.3", features = ["full"] }
tokio-serde = { version = "0.6", features = ["json"] }
tokio-serde = { version = "0.7", features = ["json"] }
warp = "0.2"
3 changes: 2 additions & 1 deletion book/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ once_cell = "1.5"
serde = { version = "1.0", features = ["derive"] }
tarpc = { version = "0.23", features = ["full"] }
tokio = { version = "0.3", features = ["full"] }
tokio-serde = { version = "0.6", features = ["json"] }
tokio-serde = { version = "0.7", features = ["json"] }

3 changes: 2 additions & 1 deletion borrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ once_cell = "1.5"
serde = { version = "1.0", features = ["derive"] }
tarpc = { version = "0.23", features = ["full"] }
tokio = { version = "0.3", features = ["full"] }
tokio-serde = { version = "0.6", features = ["json"] }
tokio-serde = { version = "0.7", features = ["json"] }

3 changes: 2 additions & 1 deletion identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tarpc = { version = "0.23", features = ["full"] }
tokio = { version = "0.3", features = ["full"] }
tokio-serde = { version = "0.6", features = ["json"] }
tokio-serde = { version = "0.7", features = ["json"] }

3 changes: 2 additions & 1 deletion notification/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ once_cell = "1.5"
serde = { version = "1.0", features = ["derive"] }
tarpc = { version = "0.23", features = ["full"] }
tokio = { version = "0.3", features = ["full"] }
tokio-serde = { version = "0.6", features = ["json"] }
tokio-serde = { version = "0.7", features = ["json"] }

0 comments on commit 12ffb4b

Please sign in to comment.