Skip to content
This repository was 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
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/async-compat-0.2.3
Open

chore(deps): bump async-compat from 0.2.1 to 0.2.3#695
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/async-compat-0.2.3

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubOct 23, 2023

Copy link
Copy Markdown
Contributor

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

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.

@dependabotdependabotBot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 23, 2023
@jsantell

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot
dependabotBotforce-pushed the dependabot/cargo/async-compat-0.2.3 branch from 575fbb6 to f10064eCompareOctober 31, 2023 19:34
@github-actions

github-actionsBot commented Oct 31, 2023

Copy link
Copy Markdown
Contributor

Test flake analysis

statusplatformfeaturestoolchain
🟡macos-13test-kubo,headers,rocksdbstable
🟢ubuntu-latesttest-kubo,headers,rocksdbstable
🟢windows-latesttest-kubo,headersstable
🟢macos-13test-kubo,headersstable
🟢ubuntu-latesttest-kubo,headersstable

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
dependabotBotforce-pushed the dependabot/cargo/async-compat-0.2.3 branch from f10064e to 5e61493CompareNovember 1, 2023 17:19
@jsantell

Copy link
Copy Markdown
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] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/cargo/async-compat-0.2.3 branch from 5e61493 to 6e2bc44CompareNovember 21, 2023 21:38
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependenciesPull requests that update a dependency filerustPull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@jsantell