Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
chore(deps): update rust crate bytes to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 24, 2023
1 parent 191a6a4 commit ef14ac0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion quiz_subgraphs_rs/player/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ http = "0.2.8"
hyper = {version = "0.14", features = ["client"]}
urlencoding = "2.1.2"
serde_json = "1.0.66"
bytes = "1.0.1"
bytes = "1.5.0"
serde = { version = "1.0.152", features = ["derive", "serde_derive"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
uuid = { version = "1.3.0", features = ["v4", "serde"] }
2 changes: 1 addition & 1 deletion quiz_subgraphs_rs/player_0/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ http = "0.2.8"
hyper = {version = "0.14", features = ["client"]}
urlencoding = "2.1.2"
serde_json = "1.0.66"
bytes = "1.0.1"
bytes = "1.5.0"
serde = { version = "1.0.152", features = ["derive", "serde_derive"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
uuid = { version = "1.3.0", features = ["v4", "serde"] }
2 changes: 1 addition & 1 deletion quiz_subgraphs_rs/player_1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ http = "0.2.8"
hyper = {version = "0.14", features = ["client"]}
urlencoding = "2.1.2"
serde_json = "1.0.66"
bytes = "1.0.1"
bytes = "1.5.0"
serde = { version = "1.0.152", features = ["derive", "serde_derive"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
uuid = { version = "1.3.0", features = ["v4", "serde"] }
2 changes: 1 addition & 1 deletion quiz_subgraphs_rs/quiz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ http = "0.2.8"
hyper = {version = "0.14", features = ["client"]}
urlencoding = "2.1.2"
serde_json = "1.0.66"
bytes = "1.0.1"
bytes = "1.5.0"
serde = { version = "1.0.152", features = ["derive", "serde_derive"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
uuid = { version = "1.3.0", features = ["v4", "serde"] }
2 changes: 1 addition & 1 deletion quiz_subgraphs_rs/quiz_0/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ http = "0.2.8"
hyper = {version = "0.14", features = ["client"]}
urlencoding = "2.1.2"
serde_json = "1.0.66"
bytes = "1.0.1"
bytes = "1.5.0"
serde = { version = "1.0.152", features = ["derive", "serde_derive"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
uuid = { version = "1.3.0", features = ["v4", "serde"] }
2 changes: 1 addition & 1 deletion quiz_subgraphs_rs/quiz_1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ http = "0.2.8"
hyper = {version = "0.14", features = ["client"]}
urlencoding = "2.1.2"
serde_json = "1.0.66"
bytes = "1.0.1"
bytes = "1.5.0"
serde = { version = "1.0.152", features = ["derive", "serde_derive"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
uuid = { version = "1.3.0", features = ["v4", "serde"] }

0 comments on commit ef14ac0

Please sign in to comment.