nlopes / libhoney-rust

Rust library for sending data to Honeycomb
MIT License
23 stars 16 forks source link

Update serde_json requirement from =1.0.40 to =1.0.41 #14

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on serde_json to permit the latest version.

Release notes *Sourced from [serde_json's releases](https://github.com/serde-rs/json/releases).* > ## v1.0.41 > - Documentation improvements (thanks [@​est31](https://github.com/est31) and [@​yankuu](https://github.com/yankuu))
Commits - [`08b0cde`](https://github.com/serde-rs/json/commit/08b0cde0521a2a5314fd937a7b65507a9e369a9d) Release 1.0.41 - [`4c88bef`](https://github.com/serde-rs/json/commit/4c88bef3a954e61ed5d25a236cafd3fc13afdee3) Document that you can't deserialize &str from reader - [`5bc17fa`](https://github.com/serde-rs/json/commit/5bc17fa49a83b8ab36b6c08e581df1d7ca710feb) Remove try! macro from tests - [`fbd1434`](https://github.com/serde-rs/json/commit/fbd143408ac312656134826d747c64b6e938560d) Merge pull request [#571](https://github-redirect.dependabot.com/serde-rs/json/issues/571) from yankuu/patch-1 - [`f168235`](https://github.com/serde-rs/json/commit/f1682351c99b332bc000b82242a529c49af0b70e) Minor typo in doc - [`05f6489`](https://github.com/serde-rs/json/commit/05f6489e3f59e7836e66bb547f9aa9070bf9b0cd) Ignore too_many_lines lint - [`b3d33fe`](https://github.com/serde-rs/json/commit/b3d33feaf79576d625d2c3540c0ad37569c43a3a) Use swap_remove on IndexMap - [`d941bfa`](https://github.com/serde-rs/json/commit/d941bfa4a1c64edf55d023e96c6ced5df7333329) Format with rustfmt 2019-08-19 - [`684bf88`](https://github.com/serde-rs/json/commit/684bf8875e6915b01fb6e4549da8ae3d9012f84c) Include tests crate in workspace - [`7613c04`](https://github.com/serde-rs/json/commit/7613c0443f6b88e22c3e07f94b5ceadd724062fe) Enable testing cargo build on old compilers - Additional commits viewable in [compare view](https://github.com/serde-rs/json/compare/v1.0.40...v1.0.41)


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](https://app.dependabot.com): - 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)