Skip to content

Commit

Permalink
Bump bytes from 1.1.0 to 1.2.0 (caulagi#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 25, 2022
1 parent 49f97b5 commit e5b2612
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 frontendservice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "src/main.rs"

[dependencies]
axum = "0.5.7"
bytes = "1.1.0"
bytes = "1.2.0"
prost = "0.10.4"
tokio = { version = "1.19.2", features = ["macros", "rt-multi-thread"] }
tonic = { version = "0.7.2", features = ["tls"] }
Expand Down
2 changes: 1 addition & 1 deletion quotationservice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "quotation-server"
path = "src/main.rs"

[dependencies]
bytes = "1.1.0"
bytes = "1.2.0"
prost = "0.10.4"
tokio = { version = "1.19.2", features = ["macros", "rt-multi-thread"] }
tokio-postgres = "0.7.6"
Expand Down

0 comments on commit e5b2612

Please sign in to comment.