nix-community / nix-index

Quickly locate nix packages with specific files [maintainers=@bennofs @figsoda @raitobezarius]
Other
821 stars 50 forks source link

build(deps): bump bincode from 0.9.2 to 1.2.1 #105

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps bincode from 0.9.2 to 1.2.1.

Release notes *Sourced from [bincode's releases](https://github.com/servo/bincode/releases).* > ## v1.2.1 > - Add impl Clone for bincode::Config ([#282](https://github-redirect.dependabot.com/servo/bincode/issues/282), thanks [@​jean-airoldie](https://github.com/jean-airoldie)) > - Fix Emscripten build failures associated with i128 support ([#281](https://github-redirect.dependabot.com/servo/bincode/issues/281), thanks [@​jstarry](https://github.com/jstarry)) > > ## v1.2.0 > - Add [`Config::deserialize_from_seed`](https://docs.rs/bincode/1.2.0/bincode/struct.Config.html#method.deserialize_from_seed) and [`Config::deserialize_from_custom_seed`](https://docs.rs/bincode/1.2.0/bincode/struct.Config.html#method.deserialize_from_custom_seed) ([#275](https://github-redirect.dependabot.com/servo/bincode/issues/275), thanks [@​alecmocatta](https://github.com/alecmocatta)) > > ## v1.1.4 > - Specify required version of autcfg dependency ([#268](https://github-redirect.dependabot.com/servo/bincode/issues/268), thanks [@​quininer](https://github.com/quininer)) > > ## v1.1.3 > - Add "encoding" category to crates.io metadata ([#264](https://github-redirect.dependabot.com/servo/bincode/issues/264), thanks [@​kornelski](https://github.com/kornelski)) > > ## v1.1.2 > - Bump byteorder dependency to require 1.3.0 which performs automatic detection of i128 support ([#262](https://github-redirect.dependabot.com/servo/bincode/issues/262)) > > ## v1.1.1 > No release notes provided. > > ## v1.0.1 > No release notes provided. > > ## v1.0.0 > No release notes provided. > > ## v1.0.0-alpha7 > No release notes provided. > > ## v1.0.0-alpha6 > No release notes provided. > > ## v1.0.0-alpha4 > No release notes provided. > > ## v1.0.0-alpha3 > No release notes provided.
Commits - [`b676754`](https://github.com/servo/bincode/commit/b676754eeee41d169e96bcaf211ed49a331b0d87) Release 1.2.1 - [`8ef2231`](https://github.com/servo/bincode/commit/8ef223116d3736640511640320879baaa86f0f93) Merge pull request [#281](https://github-redirect.dependabot.com/servo/bincode/issues/281) from jstarry/fix-emscripten-builds - [`12f1415`](https://github.com/servo/bincode/commit/12f1415b9ec5d2eec7712784da7690571b56a7d6) Added Clone impl to Config - [`44d7dcf`](https://github.com/servo/bincode/commit/44d7dcf4c6933becb51abe5c81665edc34723ca1) improve safety of fill_buffer - see issue [#260](https://github-redirect.dependabot.com/servo/bincode/issues/260) - [`e2e5ce4`](https://github.com/servo/bincode/commit/e2e5ce40e86c3567aae0d206695ebb98faee6efe) Fix emscripten build failures due to lack of i128 support - [`5e59252`](https://github.com/servo/bincode/commit/5e592529bc254de9e5306d9e5bcb0947d18b8960) Release 1.2.0. - [`68149dd`](https://github.com/servo/bincode/commit/68149dd061fd06890aac1d7bbed8f3f16c3391db) Release 1.1.5. - [`67d66d7`](https://github.com/servo/bincode/commit/67d66d748204cd1b2044b58a0979a515419e907d) Add tests - [`a261bef`](https://github.com/servo/bincode/commit/a261bef77686f944e2deb6937f2902923fe74aa7) add remaining _seed variants of deserialize functions - [`f604382`](https://github.com/servo/bincode/commit/f6043825a9dc44528c468514d166e2cca50545af) Readme cleanup - Additional commits viewable in [compare view](https://github.com/servo/bincode/compare/v0.9.2...v1.2.1)


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) - `@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)
dependabot-preview[bot] commented 4 years ago

Superseded by #121.