Bump http version from 0.13.0 to 1.0.0 (#629)

This commit is contained in:
SeongUk Cho 2023-06-17 06:18:18 +09:00 committed by GitHub
parent ceb879d769
commit 1f8d992da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 3.2.1
* `package:http` now supports more versions: `>=0.13.0 <2.0.0`.
## 3.2.0
* `ChannelOptions` now exposes `connectTimeout`, which is used on the

View File

@ -1,7 +1,7 @@
name: grpc
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
version: 3.2.0
version: 3.2.1
repository: https://github.com/grpc/grpc-dart
@ -15,7 +15,7 @@ dependencies:
fixnum: ^1.0.0
googleapis_auth: ^1.1.0
meta: ^1.3.0
http: ^0.13.0
http: '>=0.13.0 <2.0.0'
http2: ^2.0.0
protobuf: ^2.0.0