Skip to content

Commit f5717d0

Browse files
authored
Update dependencies (#30)
1 parent dfe7985 commit f5717d0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
9+
### Changed
10+
- Updated url to 2.2
11+
912
## [0.4.5] - 2020-10-30
1013
### Added
1114
- Added `ServiceAccountAccess::get_account_info`.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ ring = { version = "0.16", optional = true }
2828
serde = { version = "1.0", features = [ "derive" ] }
2929
serde_json = "1.0"
3030
twox-hash = { version = "1.5.0", default-features = false }
31-
url = { version = "2.1", optional = true }
31+
url = { version = "2.2", optional = true }
3232

3333
[dev-dependencies.reqwest]
34-
version = "0.10"
34+
version = "0.11"
3535
default-features = false
3636
features = ["rustls-tls"]
3737

3838
[dev-dependencies.tokio]
39-
version = "0.2"
40-
features = ["macros"]
39+
version = "1"
40+
features = ["macros", "rt-multi-thread"]
4141

4242
[features]
4343
default = ["gcp"]

0 commit comments

Comments
 (0)