-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix tracing-test 0.2.5 compat (#3677)
## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> #3676 ## Description Internals one of our tests was leveraging has changed in latest release of `tracing-test`, updates version and test to be compatible. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "aws-types" | ||
version = "1.3.0" | ||
version = "1.3.1" | ||
authors = ["AWS Rust SDK Team <[email protected]>", "Russell Cohen <[email protected]>"] | ||
description = "Cross-service types for the AWS SDK." | ||
edition = "2021" | ||
|
@@ -27,7 +27,7 @@ hyper-rustls = { version = "0.24", optional = true, features = ["rustls-native-c | |
[dev-dependencies] | ||
http = "0.2.4" | ||
tempfile = "3" | ||
tracing-test = "0.2.4" | ||
tracing-test = "=0.2.5" | ||
tokio = { version = "1", features = ["rt", "macros"] } | ||
|
||
[build-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters