Loading rust-runtime/aws-smithy-http-server/Cargo.toml +1 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,7 @@ once_cell = "1.13" regex = "1.5.5" serde_urlencoded = "0.7" strum_macros = "0.24" # TODO Investigate. thiserror = "<=1.0.36" thiserror = "1.0.0" tracing = "0.1.35" tokio = { version = "1.8.4", features = ["full"] } tower = { version = "0.4.11", features = ["util", "make"], default-features = false } Loading Loading
rust-runtime/aws-smithy-http-server/Cargo.toml +1 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,7 @@ once_cell = "1.13" regex = "1.5.5" serde_urlencoded = "0.7" strum_macros = "0.24" # TODO Investigate. thiserror = "<=1.0.36" thiserror = "1.0.0" tracing = "0.1.35" tokio = { version = "1.8.4", features = ["full"] } tower = { version = "0.4.11", features = ["util", "make"], default-features = false } Loading