Loading aws/rust-runtime/aws-config/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ aws-types = { path = "../../sdk/build/aws-sdk/sdk/aws-types" } time = { version = "0.3.4", features = ["parsing"] } tokio = { version = "1", features = ["sync"] } tracing = { version = "0.1" } hyper = { version = "0.14", default-features = false } hyper = { version = "0.14.12", default-features = false } aws-http = { path = "../../sdk/build/aws-sdk/sdk/aws-http" } aws-smithy-http = { path = "../../sdk/build/aws-sdk/sdk/aws-smithy-http" } Loading aws/sdk/integration-tests/s3/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ bytes = "1" bytes-utils = "0.1.2" http = "0.2.3" http-body = "0.4.5" hyper = "0.14" hyper = "0.14.12" serde_json = "1" tempfile = "3" smol = "1.2" Loading codegen-server/python/src/main/kotlin/software/amazon/smithy/rust/codegen/server/python/smithy/PythonServerCargoDependency.kt +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ object PythonServerCargoDependency { val Tracing: CargoDependency = CargoDependency("tracing", CratesIo("0.1")) val Tower: CargoDependency = CargoDependency("tower", CratesIo("0.4")) val TowerHttp: CargoDependency = CargoDependency("tower-http", CratesIo("0.3"), features = setOf("trace")) val Hyper: CargoDependency = CargoDependency("hyper", CratesIo("0.14"), features = setOf("server", "http1", "http2", "tcp", "stream")) val Hyper: CargoDependency = CargoDependency("hyper", CratesIo("0.14.12"), features = setOf("server", "http1", "http2", "tcp", "stream")) val NumCpus: CargoDependency = CargoDependency("num_cpus", CratesIo("1.13")) fun SmithyHttpServer(runtimeConfig: RuntimeConfig) = runtimeConfig.runtimeCrate("http-server") Loading codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/rustlang/CargoDependency.kt +1 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ data class CargoDependency( val Hex: CargoDependency = CargoDependency("hex", CratesIo("0.4.3")) val HttpBody: CargoDependency = CargoDependency("http-body", CratesIo("0.4.4")) val Http: CargoDependency = CargoDependency("http", CratesIo("0.2")) val Hyper: CargoDependency = CargoDependency("hyper", CratesIo("0.14")) val Hyper: CargoDependency = CargoDependency("hyper", CratesIo("0.14.12")) val HyperWithStream: CargoDependency = Hyper.withFeature("stream") val LazyStatic: CargoDependency = CargoDependency("lazy_static", CratesIo("1.4")) val Md5: CargoDependency = CargoDependency("md-5", CratesIo("0.10"), rustName = "md5") Loading rust-runtime/aws-smithy-client/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ bytes = "1" fastrand = "1.4.0" http = "0.2.3" http-body = "0.4.4" hyper = { version = "0.14", features = ["client", "http2", "http1"], optional = true } hyper = { version = "0.14.12", features = ["client", "http2", "http1"], optional = true } hyper-rustls = { version = "0.22.1", optional = true, features = ["rustls-native-certs"] } hyper-tls = { version = "0.5.0", optional = true } lazy_static = { version = "1", optional = true } Loading Loading
aws/rust-runtime/aws-config/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ aws-types = { path = "../../sdk/build/aws-sdk/sdk/aws-types" } time = { version = "0.3.4", features = ["parsing"] } tokio = { version = "1", features = ["sync"] } tracing = { version = "0.1" } hyper = { version = "0.14", default-features = false } hyper = { version = "0.14.12", default-features = false } aws-http = { path = "../../sdk/build/aws-sdk/sdk/aws-http" } aws-smithy-http = { path = "../../sdk/build/aws-sdk/sdk/aws-smithy-http" } Loading
aws/sdk/integration-tests/s3/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ bytes = "1" bytes-utils = "0.1.2" http = "0.2.3" http-body = "0.4.5" hyper = "0.14" hyper = "0.14.12" serde_json = "1" tempfile = "3" smol = "1.2" Loading
codegen-server/python/src/main/kotlin/software/amazon/smithy/rust/codegen/server/python/smithy/PythonServerCargoDependency.kt +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ object PythonServerCargoDependency { val Tracing: CargoDependency = CargoDependency("tracing", CratesIo("0.1")) val Tower: CargoDependency = CargoDependency("tower", CratesIo("0.4")) val TowerHttp: CargoDependency = CargoDependency("tower-http", CratesIo("0.3"), features = setOf("trace")) val Hyper: CargoDependency = CargoDependency("hyper", CratesIo("0.14"), features = setOf("server", "http1", "http2", "tcp", "stream")) val Hyper: CargoDependency = CargoDependency("hyper", CratesIo("0.14.12"), features = setOf("server", "http1", "http2", "tcp", "stream")) val NumCpus: CargoDependency = CargoDependency("num_cpus", CratesIo("1.13")) fun SmithyHttpServer(runtimeConfig: RuntimeConfig) = runtimeConfig.runtimeCrate("http-server") Loading
codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/rustlang/CargoDependency.kt +1 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ data class CargoDependency( val Hex: CargoDependency = CargoDependency("hex", CratesIo("0.4.3")) val HttpBody: CargoDependency = CargoDependency("http-body", CratesIo("0.4.4")) val Http: CargoDependency = CargoDependency("http", CratesIo("0.2")) val Hyper: CargoDependency = CargoDependency("hyper", CratesIo("0.14")) val Hyper: CargoDependency = CargoDependency("hyper", CratesIo("0.14.12")) val HyperWithStream: CargoDependency = Hyper.withFeature("stream") val LazyStatic: CargoDependency = CargoDependency("lazy_static", CratesIo("1.4")) val Md5: CargoDependency = CargoDependency("md-5", CratesIo("0.10"), rustName = "md5") Loading
rust-runtime/aws-smithy-client/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ bytes = "1" fastrand = "1.4.0" http = "0.2.3" http-body = "0.4.4" hyper = { version = "0.14", features = ["client", "http2", "http1"], optional = true } hyper = { version = "0.14.12", features = ["client", "http2", "http1"], optional = true } hyper-rustls = { version = "0.22.1", optional = true, features = ["rustls-native-certs"] } hyper-tls = { version = "0.5.0", optional = true } lazy_static = { version = "1", optional = true } Loading