Skip to content

Commit

Permalink
Bump bson from 2.6.1 to 2.7.0 (#2008)
Browse files Browse the repository at this point in the history
Bumps [bson](https://github.com/mongodb/bson-rust) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/mongodb/bson-rust/releases)
- [Commits](mongodb/bson-rust@v2.6.1...v2.7.0)

---
updated-dependencies:
- dependency-name: bson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent 657d9ac commit 96b72c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dozer-ingestion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tower-http = {version = "0.3.5", features = ["full"]}
prost = "0.11.8"
prost-reflect = { version = "0.10.2", features = ["serde", "text-format"] }
deltalake = { version = "0.13.0", default-features = false, features = ["s3", "datafusion"] }
bson = "2.5.0"
bson = "2.7.0"
uuid = { version = "1.3.1", features = ["serde", "v4"] }
rustls = { version = "0.21.7", features = ["dangerous_configuration"] }
tokio-postgres-rustls = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion dozer-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dozer-tracing = { path = "../dozer-tracing" }

reqwest = { version = "0.11.14", features = ["json", "rustls-tls"], default-features = false }
tokio = { version = "1.25.0", features = ["full", "rt"] }
bson = { version = "2.5.0", optional = true }
bson = { version = "2.7.0", optional = true }
mongodb = { version = "2.6.1", optional = true }
futures = { version = "0.3.26", optional = true }
env_logger = "0.10.0"
Expand Down

0 comments on commit 96b72c0

Please sign in to comment.