Skip to content

Commit 92e9ec4

Browse files
boquan-fangBoquan Fang
andauthored
build(deps): unpin test-log because of MSRV updates (#5300)
Co-authored-by: Boquan Fang <bqfang@amazon.com>
1 parent 8a2564b commit 92e9ec4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bindings/rust/standard/integration/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ tokio = { version = "1", features = ["macros", "test-util"] }
2929

3030
tracing = "0.1"
3131
tracing-subscriber = "0.3"
32-
# TODO: Unpin when s2n-tls MSRV >= 1.71, https://github.com/aws/s2n-tls/issues/4893
33-
test-log = { version = "=0.2.14", default-features = false, features = ["trace"]}
34-
test-log-macros = "=0.2.17"
32+
test-log = { version = "0.2", default-features = false, features = ["trace"]}
3533

3634
http = "1.1"
3735
http-body-util = "0.1"

0 commit comments

Comments
 (0)