File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
+ ### Changed
10
+ - Updated url to 2.2
11
+
9
12
## [ 0.4.5] - 2020-10-30
10
13
### Added
11
14
- Added ` ServiceAccountAccess::get_account_info ` .
Original file line number Diff line number Diff line change @@ -28,16 +28,16 @@ ring = { version = "0.16", optional = true }
28
28
serde = { version = " 1.0" , features = [ " derive" ] }
29
29
serde_json = " 1.0"
30
30
twox-hash = { version = " 1.5.0" , default-features = false }
31
- url = { version = " 2.1 " , optional = true }
31
+ url = { version = " 2.2 " , optional = true }
32
32
33
33
[dev-dependencies .reqwest ]
34
- version = " 0.10 "
34
+ version = " 0.11 "
35
35
default-features = false
36
36
features = [" rustls-tls" ]
37
37
38
38
[dev-dependencies .tokio ]
39
- version = " 0.2 "
40
- features = [" macros" ]
39
+ version = " 1 "
40
+ features = [" macros" , " rt-multi-thread " ]
41
41
42
42
[features ]
43
43
default = [" gcp" ]
You can’t perform that action at this time.
0 commit comments