File tree Expand file tree Collapse file tree
aws/rust-runtime/aws-sdk-cloudfront-url-signer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ aws-smithy-types = { path = "../../../rust-runtime/aws-smithy-types" }
1212aws-smithy-async = { path = " ../../../rust-runtime/aws-smithy-async" }
1313rsa = " 0.9.9"
1414sha1 = { version = " 0.10.6" , features = [" oid" ] }
15- tokio = { version = " 1.48 .0" , features = [" fs" ], optional = true }
15+ tokio = { version = " 1.40 .0" , features = [" fs" ], optional = true }
1616base64-simd = " 0.8.0"
1717aws-smithy-json = { path = " ../../../rust-runtime/aws-smithy-json" }
1818p256 = { version = " 0.13.2" , features = [" ecdsa" , " pem" ] }
19- url = " 2.5"
20- http = { version = " 1" , optional = true }
19+ url = " 2.5.4 "
20+ http = { version = " 1.1 " , optional = true }
2121
2222[dev-dependencies ]
2323serde = { version = " 1" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments