Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency grpc to v4 #680

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions crates/ui/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -441,10 +441,10 @@ packages:
dependency: "direct main"
description:
name: grpc
sha256: a73c16e4f6a4a819be892bb2c73cc1d0b00e36095f69b0738cc91a733e3d27ba
sha256: "5b99b7a420937d4361ece68b798c9af8e04b5bc128a7859f2a4be87427694813"
url: "https://pub.dev"
source: hosted
version: "3.1.0"
version: "4.0.1"
http:
dependency: transitive
description:
Expand All @@ -457,10 +457,10 @@ packages:
dependency: transitive
description:
name: http2
sha256: "58805ebc6513eed3b98ee0a455a8357e61d187bf2e0fdc1e53120770f78de258"
sha256: "382d3aefc5bd6dc68c6b892d7664f29b5beb3251611ae946a98d35158a82bbfa"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "2.3.1"
http_multi_server:
dependency: transitive
description:
Expand Down Expand Up @@ -633,8 +633,8 @@ packages:
dependency: "direct main"
description:
path: nativeshell_dart
ref: "36ceab5"
resolved-ref: "36ceab5914551cf8c7e9e5adfda1806fded5383a"
ref: "0471c52"
resolved-ref: "0471c52c7b0e99fe26fc92c498035bb94c58b156"
url: "https://github.com/maxjoehnk/nativeshell.git"
source: git
version: "0.1.16"
Expand Down
2 changes: 1 addition & 1 deletion crates/ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
sdk: flutter
i18n_extension: ^11.0.0
protobuf: ^2.1.0
grpc: ^3.1.0
grpc: ^4.0.0
fixnum: ^1.0.0
bloc: ^8.1.0
flutter_bloc: ^8.1.1
Expand Down
Loading