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

build(deps): bump orjson from 3.6.1 to 3.6.2 #608

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2021

Bumps orjson from 3.6.1 to 3.6.2.

Release notes

Sourced from orjson's releases.

3.6.2

Changed

  • orjson now compiles on Rust stable 1.54.0 or above. Use of some SIMD usage is now disabled by default and packagers are advised to add --cargo-extra-args="--features=unstable-simd" to the maturin build command if they continue to use nightly.
  • orjson built with --features=unstable-simd adds UTF-8 validation implementations that use AVX2 or SSE4.2.
  • Drop support for Python 3.6.
Changelog

Sourced from orjson's changelog.

3.6.2 - 2021-08-17

Changed

  • orjson now compiles on Rust stable 1.54.0 or above. Use of some SIMD usage is now disabled by default and packagers are advised to add --cargo-extra-args="--features=unstable-simd" to the maturin build command if they continue to use nightly.
  • orjson built with --features=unstable-simd adds UTF-8 validation implementations that use AVX2 or SSE4.2.
  • Drop support for Python 3.6.
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 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)

Bumps [orjson](https://github.com/ijl/orjson) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.6.1...3.6.2)

---
updated-dependencies:
- dependency-name: orjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Aug 18, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #608 (24d0665) into main (6cbdd88) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #608   +/-   ##
=======================================
  Coverage   94.69%   94.69%           
=======================================
  Files          75       75           
  Lines       10777    10777           
  Branches     1053     1053           
=======================================
  Hits        10205    10205           
  Misses        396      396           
  Partials      176      176           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6cbdd88...24d0665. Read the comment docs.

@duckontheweb
Copy link
Contributor

This version moves to using the Rust stable toolchain for builds and has recommendations for additional maturin flags if we continue to build against nightly. We should update the CI steps accordingly before merging.

lossyrob
lossyrob previously approved these changes Aug 18, 2021
@lossyrob lossyrob dismissed their stale review August 18, 2021 22:26

note about updating CI to stable rust toolchain

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 20, 2021

Superseded by #610.

@dependabot dependabot bot closed this Aug 20, 2021
@dependabot dependabot bot deleted the dependabot/pip/orjson-3.6.2 branch August 20, 2021 14:11
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants