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

Commit

Permalink
Bump tarpc from 0.22 to 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed Oct 22, 2020
1 parent f3d8a7b commit be8a098
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 33 deletions.
83 changes: 55 additions & 28 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 @@ -17,7 +17,7 @@ log = "0.4"
once_cell = "1.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tarpc = { version = "0.22", features = ["full"] }
tarpc = { version = "0.23", features = ["full"] }
tokio = { version = "0.3", features = ["full"] }
tokio-serde = { version = "0.6", features = ["json"] }
warp = "0.2"
2 changes: 1 addition & 1 deletion book/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ lazy_static = "1.4"
log = "0.4"
once_cell = "1.4"
serde = { version = "1.0", features = ["derive"] }
tarpc = { version = "0.22", features = ["full"] }
tarpc = { version = "0.23", features = ["full"] }
tokio = { version = "0.3", features = ["full"] }
tokio-serde = { version = "0.6", features = ["json"] }
2 changes: 1 addition & 1 deletion borrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ lazy_static = "1.4"
log = "0.4"
once_cell = "1.4"
serde = { version = "1.0", features = ["derive"] }
tarpc = { version = "0.22", features = ["full"] }
tarpc = { version = "0.23", features = ["full"] }
tokio = { version = "0.3", features = ["full"] }
tokio-serde = { version = "0.6", features = ["json"] }
2 changes: 1 addition & 1 deletion identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ log = "0.4"
once_cell = "1.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tarpc = { version = "0.22", features = ["full"] }
tarpc = { version = "0.23", features = ["full"] }
tokio = { version = "0.3", features = ["full"] }
tokio-serde = { version = "0.6", features = ["json"] }
2 changes: 1 addition & 1 deletion notification/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ lazy_static = "1.4"
log = "0.4"
once_cell = "1.4"
serde = { version = "1.0", features = ["derive"] }
tarpc = { version = "0.22", features = ["full"] }
tarpc = { version = "0.23", features = ["full"] }
tokio = { version = "0.3", features = ["full"] }
tokio-serde = { version = "0.6", features = ["json"] }

0 comments on commit be8a098

Please sign in to comment.