mockersf / jenkins-api.rs

Rust client for Jenkins API
MIT License
26 stars 17 forks source link

⬆️ Update serde_urlencoded requirement from 0.5 to 0.6 #41

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on serde_urlencoded to permit the latest version.

Commits - [`4250a6b`](https://github.com/nox/serde_urlencoded/commit/4250a6bcd9649afc5d338678cf895f4e4fdde1c1) Merge [#51](https://github-redirect.dependabot.com/nox/serde_urlencoded/issues/51) - [`68113de`](https://github.com/nox/serde_urlencoded/commit/68113de90fd4d5a80dcc3f4059c012e58f1cc787) Merge [#57](https://github-redirect.dependabot.com/nox/serde_urlencoded/issues/57) - [`59f990a`](https://github.com/nox/serde_urlencoded/commit/59f990aba4527e322d89384d8035b60dacb873bd) url is a public dependency, so updating it to 2.0 is a breaking change - [`99ef71a`](https://github.com/nox/serde_urlencoded/commit/99ef71ac2ebb323352c0a61ca3ff932651ab42b1) Update the url crate to 2.0 - [`76b45ee`](https://github.com/nox/serde_urlencoded/commit/76b45ee0014723106c23be188f0296920a19965c) feat: allow serialization of unit structs - [`643a206`](https://github.com/nox/serde_urlencoded/commit/643a2065597468a0139c8c735292e474a649c2e0) Merge [#54](https://github-redirect.dependabot.com/nox/serde_urlencoded/issues/54) - [`2bb9960`](https://github.com/nox/serde_urlencoded/commit/2bb996055b45f89b0f04793c732f4f55468ba5b3) Bump version to 0.5.5 - [`98f0113`](https://github.com/nox/serde_urlencoded/commit/98f0113592da64dbf8425b845194469ec3d5c0d8) Don't use CowStrDeserializer (fixes [#53](https://github-redirect.dependabot.com/nox/serde_urlencoded/issues/53)) - [`92eadc2`](https://github.com/nox/serde_urlencoded/commit/92eadc25bed164799d25f970f290302661e8d535) Reformat - [`11cc5bb`](https://github.com/nox/serde_urlencoded/commit/11cc5bb88f499e8d5b8bd0af9f0b7b39027f7cde) Merge [#45](https://github-redirect.dependabot.com/nox/serde_urlencoded/issues/45) - Additional commits viewable in [compare view](https://github.com/nox/serde_urlencoded/compare/v0.5.0...v0.6.0)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
mockersf commented 4 years ago

@dependabot-bot rebase