11[package ]
22name = " docusign"
33description = " A fully generated & opinionated API client for the DocuSign API."
4- version = " 0.8.0-rc.1 "
4+ version = " 0.8.0-rc.2 "
55documentation = " https://docs.rs/docusign/"
66repository = " https://github.com/oxidecomputer/third-party-api-clients/tree/main/docusign"
77readme = " README.md"
@@ -17,7 +17,7 @@ rustls-tls = ["reqwest/rustls-tls", "ring", "pem"]
1717
1818[dependencies ]
1919async-recursion = " ^1.0"
20- chrono = { version = " 0.4.38" , default-features = false , features = [" serde" ] }
20+ chrono = { version = " 0.4.38" , default-features = false , features = [" alloc " , " serde" ] }
2121dirs = { version = " ^3.0.2" , optional = true }
2222http = " 1"
2323jsonwebtoken = " 8"
@@ -28,10 +28,10 @@ parse_link_header = "0.3.3"
2828pem = { version = " 1.1.0" , default-features = false , optional = true }
2929percent-encoding = " 2.2"
3030reqwest = { version = " 0.12" , default-features = false , features = [" json" , " multipart" ] }
31- reqwest-conditional-middleware = " 0.3 "
32- reqwest-middleware = { version = " 0.3 " , features = [" multipart" ] }
33- reqwest-retry = " 0.5 "
34- reqwest-tracing = " 0.5"
31+ reqwest-conditional-middleware = " 0.4 "
32+ reqwest-middleware = { version = " 0.4 " , features = [" multipart" ] }
33+ reqwest-retry = " 0.7 "
34+ reqwest-tracing = " 0.5.4 "
3535ring = { version = " 0.16" , default-features = false , optional = true }
3636schemars = { version = " 0.8" , features = [" bytes" , " chrono" , " url" , " uuid1" ] }
3737serde = { version = " 1" , features = [" derive" ] }
0 commit comments