Skip to content

chore: bump mongodb from 3.7.0 to 3.8.0 in the rust-dependencies group#83

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-0c332fc581
Jul 12, 2026
Merged

chore: bump mongodb from 3.7.0 to 3.8.0 in the rust-dependencies group#83
github-actions[bot] merged 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-0c332fc581

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-dependencies group with 1 update: mongodb.

Updates mongodb from 3.7.0 to 3.8.0

Release notes

Sourced from mongodb's releases.

v3.8.0

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

Highlighted Changes

In-Use Encryption String API GA

The string API for in-use encryption (previously named the text API) is now stable and GA! This brings with it the following changes:

  • The text-indexes-unstable feature is no longer required to enable this API. The feature still exists for backwards compatibility but does nothing.
  • The TextOptions struct is now StringOptions.
  • Algorithm::TextPreview is deprecated in favor of Algorithm::String.
  • The query types "prefixPreview", "suffixPreview", and "substringPreview" are deprecated in favor of "prefix", "suffix", and "substring" respectively.

The GA API requires mongodb server version 9.0. The preview API can continue to be used with pre-9.0 server versions.

Server 4.2 EOL

As of this release, connecting to server version 4.2 is deprecated. Support for 4.2 will be removed in the 3.9.0 release.

MONGODB-AWS explicit authentication property deprecation

The use of explicit username, password, or the "AWS_SESSION_TOKEN" property with the MONGODB-AWS auth mechanism is deprecated, and will emit warnings when debug assertions are enabled. Support for these will be removed in version 4.0 of the driver.

Hickory performance on Windows

A long-standing bug in the hickory-resolver case when running on Windows caused performance degredation when using a mongodb+srv connection string. Happily, this bug is now fixed, so users who previously used our recommended workaround of a custom DNS configuration on Windows can now remove that workaround.

Full Release Notes

Impactful changes are listed below; for a complete list of changes see this GitHub query.

New Features

  • RUST-2402 QE string API GA (#1727)
  • RUST-2376 Optionally redact errors containing URI elements (#1708)

Improvements

  • RUST-2388 Add AGENTS.md (#1706)
  • RUST-2299 Remove warnings about hickory performance (#1712)
  • RUST-2358 Update attribute name in OpenTelemetry Spec (#1713)
  • RUST-2248 Add deprecation warnings for explicit MONGODB-AWS auth properties (#1716)
  • RUST-2369 Add constructor methods for ReadPreference (#1732) (thanks @​OnjoujiToki!)

Bugfixes

  • RUST-2437 Fix performance regression in Client::shutdown (#1718)
Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rust-dependencies group with 1 update: [mongodb](https://github.com/mongodb/mongo-rust-driver).


Updates `mongodb` from 3.7.0 to 3.8.0
- [Release notes](https://github.com/mongodb/mongo-rust-driver/releases)
- [Commits](mongodb/mongo-rust-driver@v3.7.0...v3.8.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 12, 2026
@github-actions github-actions Bot merged commit 0961c41 into main Jul 12, 2026
1 of 3 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/rust-dependencies-0c332fc581 branch July 12, 2026 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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.

0 participants