Skip to content

Commit d100726

Browse files
authored
fix: revert tower http request (#66)
1 parent 9598956 commit d100726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ http = "1.1.0"
4747
aws-smithy-runtime = { version = "1.7.6", features = ["test-util"] }
4848
aws-smithy-types = "1.2.11"
4949
aws-types = "1.3.3"
50-
tower-http = { version = "0.7.0", features = ["trace"] }
50+
tower-http = { version = "0.6.2", features = ["trace"] }
5151
uuid = { version = "1.16.0", features = ["v4", "serde"] }
5252

5353
# Database dependencies - always available now

0 commit comments

Comments
 (0)