Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

chore(deps): bump async-compat from 0.2.1 to 0.2.3 #695

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps async-compat from 0.2.1 to 0.2.3.

Release notes

Sourced from async-compat's releases.

v0.2.3

  • Enter the tokio context while dropping wrapped tokio types. (#22)

v0.2.2

  • Add smol-rs logo to the docs. (#19)
Changelog

Sourced from async-compat's changelog.

Version 0.2.3

  • Enter the tokio context while dropping wrapped tokio types. (#22)

Version 0.2.2

  • Add smol-rs logo to the docs. (#19)
Commits
  • d0f4e80 v0.2.3
  • 581a2c9 bugfix: Enter tokio context while dropping the inner future
  • e7a7ea5 v0.2.2
  • d174eb6 Update actions/checkout action to v4
  • a5d6406 Minimize GITHUB_TOKEN permissions
  • 50591e0 Set CARGO_NET_GIT_FETCH_WITH_CLI=true in CI
  • 3f8aaa1 Add smol-rs logo (#19)
  • cfc5955 Enable dependabot update for Rust
  • e00c86e Clean up CI config
  • 1a1f8b8 Fix clippy::unnecessary_cast warning
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 23, 2023
@jsantell
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/async-compat-0.2.3 branch from 575fbb6 to f10064e Compare October 31, 2023 19:34
Copy link
Contributor

github-actions bot commented Oct 31, 2023

Test flake analysis

status platform features toolchain
🟡 macos-13 test-kubo,headers,rocksdb stable
🟢 ubuntu-latest test-kubo,headers,rocksdb stable
🟢 windows-latest test-kubo,headers stable
🟢 macos-13 test-kubo,headers stable
🟢 ubuntu-latest test-kubo,headers stable

Flake summary for macos-13, test-kubo,headers,rocksdb, stable

     Summary [ 126.022s] 175 tests run: 175 passed (1 flaky), 1 skipped
   FLAKY 2/6 [  49.672s] noosphere::distributed_stress latency::clients_can_sync_when_there_is_a_lot_of_content

@dependabot dependabot bot force-pushed the dependabot/cargo/async-compat-0.2.3 branch from f10064e to 5e61493 Compare November 1, 2023 17:19
@jsantell
Copy link
Contributor

There's been an update to async-compat (smol-rs/async-compat#22) that's causing issues with subtext's parser on wasm32, causing noosphere-into's tests to fail

async-compat-0.2.3/src/lib.rs:459:10:
        called `Result::unwrap()` on an `Err` value: Error { kind: Unsupported, message: "operation not supported on this platform" }

async-compat/src/lib.rs:459

TBD if this is due to how we use wasm_bindgen_tests or wasm32 support in async-compat in general (possibly from entering a new async context on wasm32)

Bumps [async-compat](https://github.com/smol-rs/async-compat) from 0.2.1 to 0.2.3.
- [Release notes](https://github.com/smol-rs/async-compat/releases)
- [Changelog](https://github.com/smol-rs/async-compat/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-compat@v0.2.1...v0.2.3)

---
updated-dependencies:
- dependency-name: async-compat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/async-compat-0.2.3 branch from 5e61493 to 6e2bc44 Compare November 21, 2023 21:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant