Skip to content

Commit b55ad68

Browse files
authored
chore: Bump dev dep in gcloud (#453)
1 parent 9e880af commit b55ad68

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

google_cloud/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1-wip
2+
3+
- Require `package:http` `^1.0.0`.
4+
15
## 0.2.0
26

37
- First release replacing `package:gcp`.

google_cloud/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
name: google_cloud
22
description: >-
33
Utilities for running Dart code correctly on the Google Cloud Platform.
4-
version: 0.2.0
4+
version: 0.2.1-wip
55
repository: https://github.com/GoogleCloudPlatform/functions-framework-dart/tree/main/google_cloud
66

77
environment:
88
sdk: ^3.0.0
99

1010
dependencies:
1111
collection: ^1.17.0
12-
http: '>=0.13.5 <2.0.0'
12+
http: ^1.0.0
1313
io: ^1.0.3
1414
shelf: ^1.4.0
1515
stack_trace: ^1.11.0
1616

1717
dev_dependencies:
1818
dart_flutter_team_lints: ^2.0.0
19-
googleapis: ^11.0.0
19+
googleapis: ^13.0.0
2020
googleapis_auth: ^1.3.1
2121
test: ^1.22.0
2222
test_process: ^2.0.3

0 commit comments

Comments
 (0)