Skip to content

Commit

Permalink
fix(deps): update dependency grpc to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent 9fc1107 commit b33bb60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions crates/ui/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,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 @@ -433,10 +433,10 @@ packages:
dependency: transitive
description:
name: http2
sha256: "58805ebc6513eed3b98ee0a455a8357e61d187bf2e0fdc1e53120770f78de258"
sha256: "9ced024a160b77aba8fb8674e38f70875e321d319e6f303ec18e87bd5a4b0c1d"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "2.3.0"
http_multi_server:
dependency: transitive
description:
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

0 comments on commit b33bb60

Please sign in to comment.