Skip to content

Commit

Permalink
Upgrade async-std v1.13 (#2082)
Browse files Browse the repository at this point in the history
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
  • Loading branch information
jayvdb and cijothomas authored Sep 11, 2024
1 parent 8f4d64e commit 5269660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resolver = "2"
debug = 1

[workspace.dependencies]
async-std = "1.10"
async-std = "1.13"
async-trait = "0.1"
bytes = "1"
criterion = "0.5"
Expand Down
2 changes: 2 additions & 0 deletions opentelemetry-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## vNext

- Update `async-std` dependency version to 1.13

## v0.25.0

- Update `opentelemetry` dependency version to 0.25
Expand Down

0 comments on commit 5269660

Please sign in to comment.