Bump percent-encoding from 2.2.0 to 2.3.0 (#490)
Bumps [percent-encoding](https://github.com/servo/rust-url) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: percent-encoding dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c0d250d6eb
commit
34d6b46243
|
@ -1224,9 +1224,9 @@ checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
|
|||
|
||||
[[package]]
|
||||
name = "percent-encoding"
|
||||
version = "2.2.0"
|
||||
version = "2.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
||||
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
||||
|
||||
[[package]]
|
||||
name = "pest"
|
||||
|
|
|
@ -9,7 +9,7 @@ description = "An OpenAPI client generator - client support"
|
|||
[dependencies]
|
||||
bytes = "1.4.0"
|
||||
futures-core = "0.3.28"
|
||||
percent-encoding = "2.2"
|
||||
percent-encoding = "2.3"
|
||||
reqwest = { version = "0.11.18", default-features = false, features = ["json", "stream"] }
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
|
|
|
@ -19,7 +19,7 @@ serde_json = "1.0"
|
|||
base64 = "0.21"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
futures = "0.3.27"
|
||||
percent-encoding = "2.2"
|
||||
percent-encoding = "2.3"
|
||||
rand = "0.8"
|
||||
regress = "0.6.0"
|
||||
reqwest = { version = "0.11.18", features = ["json", "stream"] }
|
||||
|
|
Loading…
Reference in New Issue