wisespace-io / binance-rs

Rust Library for the Binance API
Other
669 stars 300 forks source link

Update mockito requirement from 0.31.0 to 0.32.3 #200

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on mockito to permit the latest version.

Release notes

Sourced from mockito's releases.

0.32.3

  • Various fixes addressing hanging/flickering tests
  • Server::new and Server::new_async now return a ServerGuard object which dereferences to Server - this is only relevant if you need to assign a type to your server
  • The server pool has been disabled and will be brought back in a future release
Commits
  • f43555a Bump to 0.32.3
  • 1fa3ef0 Merge pull request #158 from lipanski/stuff
  • cf754c6 Disable server pool for now
  • 2daf4e8 When recycling servers, check if the sender & state are still busy
  • eb60d2f Expose a ServerGuard object which dereferences to Server
  • 536d438 Stream with while not with loop
  • f3d2b0f Small refactoring in Mock::assert to avoid calling hits twice
  • 9054e18 Make sure oneshot senders don't get dropped before receiving
  • 5f3e6af Replace std:net::TcpListener with tokio::net::TcpListener
  • fa0d10d Use reqwest in tests
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
dependabot[bot] commented 1 year ago

Superseded by #201.