Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Update json requirement from 0.11 to 0.12 #16

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

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on json to permit the latest version.

Release notes

Sourced from json's releases.

0.12.0

  • Updated to edition 2018.
  • Simplified reading escaped unicode in strings a bit.
  • Provided From<&[T]> implementation for JsonValue where T: Into<JsonValue> (closes #160).
  • object! and array! macros will no longer re-allocate (closes #159).
  • object! and array! macros can be now used without being imported into local scope (by using json::object! or json::array!, thanks @​matthias-t).
  • BREAKING HashMap and BTreeMap conversions are now more generic, working for any pair of K key and V value where K: AsRef<str> and V: Into<JsonValue>. This means that type inference won't always work in your favor, but should be much more flexible.
  • You can now .collect() an interator of (K, V) (with bounds same as point above) into an Object.
Commits
  • 2a57273 Merge pull request #164 from maciejhirsz/v0.12.0
  • bd429cc v0.12.0
  • 14bfab1 Merge pull request #163 from matthias-t/patch-1
  • aa60bef Use $crate when recursing in object! macro
  • bce506a Version bump
  • 1f135b7 Merge pull request #162 from mominul/master
  • 5064b8d Add insert() function in JsonValue
  • 677a590 chore: Minor cleanup, bump version
  • 02f2df1 Merge pull request #156 from macisamuele/maci-implement-ExactSizeIterator
  • da9744d Implement ExactSizeIterator for object::IterMut
  • Additional commits viewable in compare view

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [json](https://github.com/maciejhirsz/json-rust) to permit the latest version.
- [Release notes](https://github.com/maciejhirsz/json-rust/releases)
- [Commits](maciejhirsz/json-rust@v0.11.0...v0.12.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 25, 2019
@leplatrem
Copy link

running 45 tests

test batch::test_record::test_add_batch_preserves_order ... 

thread 'main' has overflowed its stack

fatal runtime error: stack overflow

error: test failed, to rerun pass '--lib'

Caused by:

  process didn't exit successfully: `/home/travis/build/Kinto/kinto-http.rs/target/debug/deps/kinto_http-c23745e0b20286b3` (signal: 6, SIGABRT: process abort signal)

The command "RUST_TEST_THREADS=1 cargo test --verbose $FEATURES" exited with 101.
cache.2

store build cache

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant