Skip to content

Commit bd15968

Browse files
committed
fix min versions check
1 parent 91dcabf commit bd15968

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • aws/rust-runtime/aws-sdk-cloudfront-url-signer

aws/rust-runtime/aws-sdk-cloudfront-url-signer/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ aws-smithy-types = { path = "../../../rust-runtime/aws-smithy-types" }
1212
aws-smithy-async = { path = "../../../rust-runtime/aws-smithy-async" }
1313
rsa = "0.9.9"
1414
sha1 = { 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 }
1616
base64-simd = "0.8.0"
1717
aws-smithy-json = { path = "../../../rust-runtime/aws-smithy-json" }
1818
p256 = { 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]
2323
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)