Skip to content

Commit

Permalink
Upgrade async-std v1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Sep 10, 2024
1 parent 66f29b8 commit 65cf633
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 65cf633

Please sign in to comment.