Skip to content

Commit

Permalink
Upgrade dependencies (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
devashishdxt authored Sep 28, 2023
1 parent eacdc4d commit 30a46be
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ keywords = ["grpc", "grpc-web", "tonic", "wasm"]
edition = "2021"

[dependencies]
base64 = "0.21.2"
base64 = "0.21.4"
byteorder = "1.4.3"
bytes = "1.4.0"
bytes = "1.5.0"
futures-util = "0.3.28"
http = "0.2.9"
http-body = "0.4.5"
httparse = "1.8.0"
js-sys = "0.3.63"
pin-project = "1.1.0"
thiserror = "1.0.40"
js-sys = "0.3.64"
pin-project = "1.1.3"
thiserror = "1.0.49"
tonic = { version = "0.10.1", default-features = false }
tower-service = "0.3.2"
wasm-bindgen = "0.2.86"
wasm-bindgen-futures = "0.4.36"
wasm-bindgen = "0.2.87"
wasm-bindgen-futures = "0.4.37"
wasm-streams = "0.3.0"
web-sys = { version = "0.3.63", features = [
web-sys = { version = "0.3.64", features = [
"Headers",
"ReadableStream",
"ReferrerPolicy",
Expand Down
2 changes: 1 addition & 1 deletion test-suite/gzip/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ tonic-build = { version = "0.10.1", default-features = false, features = [

[dev-dependencies]
tonic-web-wasm-client = { path = "../../.." }
wasm-bindgen-test = "0.3.34"
wasm-bindgen-test = "0.3.37"
4 changes: 2 additions & 2 deletions test-suite/gzip/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ edition = "2021"
futures-core = "0.3.28"
http = "0.2.9"
prost = "0.12.1"
tokio = { version = "1.28.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
tonic = { version = "0.10.1", features = ["gzip"] }
tonic-web = "0.10.1"
tower-http = { version = "0.4.0", default-features = false, features = [
tower-http = { version = "0.4.4", default-features = false, features = [
"cors",
] }

Expand Down
2 changes: 1 addition & 1 deletion test-suite/simple/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ tonic-build = { version = "0.10.1", default-features = false, features = [

[dev-dependencies]
tonic-web-wasm-client = { path = "../../.." }
wasm-bindgen-test = "0.3.34"
wasm-bindgen-test = "0.3.37"
4 changes: 2 additions & 2 deletions test-suite/simple/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ edition = "2021"
futures-core = "0.3.28"
http = "0.2.9"
prost = "0.12.1"
tokio = { version = "1.28.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
tonic = "0.10.1"
tonic-web = "0.10.1"
tower-http = { version = "0.4.0", default-features = false, features = [
tower-http = { version = "0.4.4", default-features = false, features = [
"cors",
] }

Expand Down

0 comments on commit 30a46be

Please sign in to comment.