Skip to content

Commit 05add99

Browse files
committed
Bump http-body-util
1 parent 3d18614 commit 05add99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust-runtime/aws-smithy-http-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,14 @@ bytes = { version = "1.10.0", optional = true }
112112
serde = { version = "1.0.210", features = ["derive"], optional = true }
113113
serde_json = { version = "1.0.128", features = ["preserve_order"], optional = true }
114114
indexmap = { version = "2.10.0", features = ["serde"], optional = true }
115-
http-body-util = { version = "0.1.2", optional = true }
115+
http-body-util = { version = "0.1.3", optional = true }
116116
# end test util stack
117117

118118
[dev-dependencies]
119119
aws-smithy-async = { path = "../aws-smithy-async", features = ["rt-tokio", "test-util"] }
120120
aws-smithy-runtime-api = { path = "../aws-smithy-runtime-api", features = ["test-util"] }
121121
aws-smithy-types = { path = "../aws-smithy-types", features = ["http-body-0-4-x", "test-util"] }
122-
http-body-util = { version = "0.1.2" }
122+
http-body-util = { version = "0.1.3" }
123123
serial_test = "3.2"
124124
hyper-util = { version = "0.1.16", features = ["full"] }
125125
base64 = "0.22"

0 commit comments

Comments
 (0)