Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all #25

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

fix(deps): update all #25

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2024

This PR contains the following updates:

Package Type Update Change
async-std (source) dependencies minor 1.12.0 -> 1.13.0
async-trait dependencies patch 0.1.81 -> 0.1.83
async-tungstenite dependencies minor 0.27.0 -> 0.28.0
dashmap dependencies minor 6.0.1 -> 6.1.0
flate2 dependencies patch 1.0.31 -> 1.0.35
mongodb (source) dependencies minor 3.0.1 -> 3.1.0
once_cell dependencies minor 1.19.0 -> 1.20.2
redis dependencies minor 0.26.0 -> 0.27.0

Release Notes

async-rs/async-std (async-std)

v1.13.0

Compare Source

Added

  • IO Safety traits implementations

Changed

  • Various dependencies updates
  • Export BufReadExt and SeekExt from async_std::io
dtolnay/async-trait (async-trait)

v0.1.83

Compare Source

  • Prevent needless_arbitrary_self_type lint being produced in generated code (#​278)

v0.1.82

Compare Source

  • Prevent elided_named_lifetimes lint being produced in generated code (#​276)
sdroege/async-tungstenite (async-tungstenite)

v0.28.0

Compare Source

Changed
  • Update to tungstenite 0.24.
  • Update to rustls-native-certs 0.8.
  • Update MRSV to 1.63.
xacrimon/dashmap (dashmap)

v6.1.0

Compare Source

rust-lang/flate2-rs (flate2)

v1.0.35: - security update to zlib-rs

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.34...1.0.35

v1.0.34

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.33...1.0.34

v1.0.33: - fix minimal manifest versions

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.32...1.0.33

v1.0.32: - turn panic into error

Compare Source

What's Changed

Fix
Other

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.31...1.0.32

mongodb/mongo-rust-driver (mongodb)

v3.1.0

Compare Source

The MongoDB Rust driver team is pleased to announce the v3.1.0 release of the mongodb crate, now available for download from crates.io.

This release provides compatibility with MongoDB 8.0, including support for a number of new in-use encryption features.

Full Release Notes

Features
  • RUST-1813 Support for more than one KMS provider per type (#​1141)
  • RUST-1843 Support for QE range protocol V2 (#​1132)
  • RUST-1845 Support search index type field (#​1147)
  • RUST-1926 Support range indexes as GA (#​1184)
Improvements
  • RUST-1994 Implement happy eyeballs for TCP connection (#​1183)
  • RUST-1791 Publish an event changing topology state to unknown before closing (#​1160)
  • RUST-1980 Bump dependencies (#​1142) (thanks @​attila-lin!)
Tasks
  • RUST-1821 Increase minimum compatible MongoDB server version to 4.0 (#​1151)
  • RUST-1981 Increase maximum compatible MongoDB server version to 8.0 (#​1175)
matklad/once_cell (once_cell)

v1.20.2

Compare Source

v1.20.1

Compare Source

  • Allow using race module using just portable_atomic, without critical_section and provide
    better error messages on targets without atomic CAS instruction,
    #​265.

v1.20.0

Compare Source

redis-rs/redis-rs (redis)

v0.27.5: v0.27.5

Compare Source

Changes & Bug fixes
CI improvements
  • Increase test CI action timeout. (#​1370)

v0.27.4: redis v0.27.4

Compare Source

Changes & Bug fixes
  • Add lastid option to xclaim (#​1360 @​urkle)
  • Add xadd_options and xtrim_options (#​1361 @​urkle)
  • Sync connection: Handle timed-out responses by ignoring them. (#​1290)
  • Expose the sink and stream parts of an async pubsub to the user. (#​1366)
CI improvements

v0.27.3

Compare Source

Changes & Bug fixes
CI improvements
  • Improve testing async-std (#​1314)
  • Test against Valkey in CI. (#​1315)
  • Add CI action to test whether feature combinations compile. (#​1328)

v0.27.2

Compare Source

Changes & Bug fixes
  • Pubsub: Keep stream running after sink was closed. (#​1330)

v0.27.1: v0.27.1

Compare Source

Changes & Bug fixes

v0.27.0

Compare Source

Features
Changes & Bug fixes

New Contributors

Full Changelog: redis-rs/redis-rs@redis-0.26.1...redis-0.27.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update rust crate flate2 to v1.0.32 fix(deps): update rust crate flate2 to v1.0.33 Aug 24, 2024
@renovate renovate bot changed the title fix(deps): update rust crate flate2 to v1.0.33 fix(deps): update all Aug 30, 2024
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 13d5a97 to db5b65a Compare September 16, 2024 10:00
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 743e579 to eceb9b9 Compare September 29, 2024 16:07
Copy link
Contributor Author

renovate bot commented Oct 5, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package redis@0.26.1 --precise 0.27.5
error: package ID specification `redis@0.26.1` did not match any packages
Did you mean one of these?

  redis@0.27.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants