Skip to content

Commit

Permalink
Upgrade dependencies (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
devashishdxt authored Mar 12, 2024
1 parent c89a136 commit c4eb0bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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.7"
base64 = "0.22.0"
byteorder = "1.5.0"
bytes = "1.5.0"
futures-util = "0.3.30"
http = "0.2.11"
http-body = "0.4.6"
httparse = "1.8.0"
js-sys = "0.3.68"
pin-project = "1.1.4"
thiserror = "1.0.56"
js-sys = "0.3.69"
pin-project = "1.1.5"
thiserror = "1.0.57"
tonic = { version = "0.11.0", default-features = false }
tower-service = "0.3.2"
wasm-bindgen = "0.2.91"
wasm-bindgen-futures = "0.4.41"
wasm-bindgen = "0.2.92"
wasm-bindgen-futures = "0.4.42"
wasm-streams = "0.4.0"
web-sys = { version = "0.3.68", features = [
web-sys = { version = "0.3.69", 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.11.0", default-features = false, features = [

[dev-dependencies]
tonic-web-wasm-client = { path = "../../.." }
wasm-bindgen-test = "0.3.41"
wasm-bindgen-test = "0.3.42"
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.11.0", default-features = false, features = [

[dev-dependencies]
tonic-web-wasm-client = { path = "../../.." }
wasm-bindgen-test = "0.3.41"
wasm-bindgen-test = "0.3.42"

0 comments on commit c4eb0bb

Please sign in to comment.