Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps serde_json from 1.0.104 to 1.0.105.

Release notes

Sourced from serde_json's releases.

v1.0.105

  • Support bool in map keys (#1054)
Commits
  • 0daacdd Release 1.0.105
  • 59d9f96 Merge pull request #1055 from dtolnay/boolkey
  • 9b69f16 Delete test_serialize_rejects_bool_keys
  • 68a5582 Support deserializing bool in map keys
  • 283a68b Support serializing bool in map keys
  • 58dd8d9 Add test for boolean keys in map
  • 8652bf2 Resolve ignored_unit_patterns pedantic clippy lint
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [serde_json](https://github.com/serde-rs/json) from 1.0.104 to 1.0.105.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.104...v1.0.105)

---
updated-dependencies:
- dependency-name: serde_json
  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 rust Pull requests that update Rust code labels Aug 21, 2023
@codecov
Copy link

codecov bot commented Aug 21, 2023

Codecov Report

Merging #905 (d236425) into main (a4015ab) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #905   +/-   ##
=======================================
  Coverage   93.74%   93.74%           
=======================================
  Files         105      105           
  Lines       15331    15331           
  Branches       25       25           
=======================================
  Hits        14372    14372           
  Misses        953      953           
  Partials        6        6           

Continue to review full report in Codecov by Sentry.

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

@codspeed-hq
Copy link

codspeed-hq bot commented Aug 21, 2023

CodSpeed Performance Report

Merging #905 will improve performances by 29.52%

Comparing dependabot/cargo/serde_json-1.0.105 (d236425) with main (a4015ab)

Summary

🔥 3 improvements
✅ 135 untouched benchmarks

Benchmarks breakdown

Benchmark main dependabot/cargo/serde_json-1.0.105 Change
🔥 test_uuid_from_string_core 80.1 µs 71.1 µs +12.61%
🔥 test_positional_tuple 37.4 µs 33.3 µs +12.13%
🔥 test_decimal_from_string_core 70.5 µs 54.4 µs +29.52%

@davidhewitt davidhewitt merged commit 50089e2 into main Aug 21, 2023
@davidhewitt davidhewitt deleted the dependabot/cargo/serde_json-1.0.105 branch August 21, 2023 12:18
davidhewitt pushed a commit to pydantic/pydantic that referenced this pull request Oct 20, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Original-commit-hash: 50089e2
davidhewitt pushed a commit to pydantic/pydantic that referenced this pull request Oct 22, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Original-commit-link: pydantic/pydantic-core@50089e2
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.

2 participants