Skip to content

Commit 51f1063

Browse files
authored
Update percent encoding (#53)
* Start up updating deps * Reworking next links * Add compact test. Clean up encode_path * Bump percent_encoding * Cleanup * Update support test * Merge * Revert encode_path change * Add test for next link parsing
1 parent 883e764 commit 51f1063

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+975
-573
lines changed

Cargo.lock

+34-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docusign/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.4.0"
55
documentation = "https://docs.rs/docusign/"
66
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/docusign"
77
readme = "README.md"
8-
edition = "2018"
8+
edition = "2021"
99
license = "MIT"
1010

1111
[features]
@@ -21,13 +21,13 @@ async-recursion = "^1.0"
2121
chrono = { version = "0.4", default-features = false, features = ["serde"] }
2222
dirs = { version = "^3.0.2", optional = true }
2323
http = "^0.2.4"
24-
hyperx = "1"
2524
jsonwebtoken = "8"
2625
log = { version = "^0.4", features = ["serde"] }
2726
mime = "0.3"
2827
openssl = { version = "0.10", default-features = false, optional = true }
28+
parse_link_header = "0.3.3"
2929
pem = { version = "1.1.0", default-features = false, optional = true }
30-
percent-encoding = "2.1"
30+
percent-encoding = "2.2"
3131
reqwest = { version = "0.11.11", default-features = false, features = ["json", "multipart"] }
3232
reqwest-conditional-middleware = "0.1.0"
3333
reqwest-middleware = "0.1.5"

0 commit comments

Comments
 (0)