-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the backend group with 13 updates #451
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the backend group with 13 updates: | Package | From | To | | --- | --- | --- | | [askama_axum](https://github.com/djc/askama) | `0.3.0` | `0.4.0` | | [async-channel](https://github.com/smol-rs/async-channel) | `2.1.0` | `2.1.1` | | [axum](https://github.com/tokio-rs/axum) | `0.6.20` | `0.7.2` | | [clap](https://github.com/clap-rs/clap) | `4.4.8` | `4.4.11` | | [config](https://github.com/mehcode/config-rs) | `0.13.3` | `0.13.4` | | [deadpool-postgres](https://github.com/bikeshedder/deadpool) | `0.11.0` | `0.12.1` | | [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.20` | `0.4.21` | | [jsonwebtoken](https://github.com/Keats/jsonwebtoken) | `9.1.0` | `9.2.0` | | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.59` | `0.10.61` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.50` | `1.0.51` | | [tokio](https://github.com/tokio-rs/tokio) | `1.34.0` | `1.35.0` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.4.4` | `0.5.0` | | [mockall](https://github.com/asomers/mockall) | `0.11.4` | `0.12.0` | Updates `askama_axum` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/djc/askama/releases) - [Commits](djc/askama@0.3.0...0.4.0) Updates `async-channel` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/smol-rs/async-channel/releases) - [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md) - [Commits](smol-rs/async-channel@v2.1.0...v2.1.1) Updates `axum` from 0.6.20 to 0.7.2 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](tokio-rs/axum@axum-v0.6.20...axum-v0.7.2) Updates `clap` from 4.4.8 to 4.4.11 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.4.8...v4.4.11) Updates `config` from 0.13.3 to 0.13.4 - [Changelog](https://github.com/mehcode/config-rs/blob/v0.13.4/CHANGELOG.md) - [Commits](rust-cli/config-rs@0.13.3...v0.13.4) Updates `deadpool-postgres` from 0.11.0 to 0.12.1 - [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md) - [Commits](bikeshedder/deadpool@deadpool-postgres-v0.11.0...deadpool-postgres-v0.12.1) Updates `ignore` from 0.4.20 to 0.4.21 - [Release notes](https://github.com/BurntSushi/ripgrep/releases) - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/ripgrep/commits) Updates `jsonwebtoken` from 9.1.0 to 9.2.0 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v9.1.0...v9.2.0) Updates `openssl` from 0.10.59 to 0.10.61 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.59...openssl-v0.10.61) Updates `thiserror` from 1.0.50 to 1.0.51 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.50...1.0.51) Updates `tokio` from 1.34.0 to 1.35.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.34.0...tokio-1.35.0) Updates `tower-http` from 0.4.4 to 0.5.0 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.4.4...tower-http-0.5.0) Updates `mockall` from 0.11.4 to 0.12.0 - [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md) - [Commits](asomers/mockall@v0.11.4...v0.12.0) --- updated-dependencies: - dependency-name: askama_axum dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: async-channel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: config dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: deadpool-postgres dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: ignore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: jsonwebtoken dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: mockall dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Dec 18, 2023
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the backend group with 13 updates:
0.3.0
0.4.0
2.1.0
2.1.1
0.6.20
0.7.2
4.4.8
4.4.11
0.13.3
0.13.4
0.11.0
0.12.1
0.4.20
0.4.21
9.1.0
9.2.0
0.10.59
0.10.61
1.0.50
1.0.51
1.34.0
1.35.0
0.4.4
0.5.0
0.11.4
0.12.0
Updates
askama_axum
from 0.3.0 to 0.4.0Release notes
Sourced from askama_axum's releases.
Commits
f58e26c
Update dependency on error-chain to 0.112bd1745
Add package metadata for new askama_shared crate27ba9ae
Add badge for Gitter chat to README9c4f37c
Decrease coupling with Rocket in generated code0129365
Add documentation on optional features6003615
Allow setting an extension with source attributesddcc045
Make path and source attributes mutually exclusive09514f0
Tighten up and expand documentation on variables697f461
Cover all template() attribute options832c23b
Slightly extend introduction to creating templatesUpdates
async-channel
from 2.1.0 to 2.1.1Release notes
Sourced from async-channel's releases.
Changelog
Sourced from async-channel's changelog.
Commits
e243d55
v2.1.1dab18de
m: Bump to event-listener v4.0.0Updates
axum
from 0.6.20 to 0.7.2Release notes
Sourced from axum's releases.
... (truncated)
Commits
ab36eda
Release axum and axum-core (#2402)ef56636
Gracefully handle accept errors inserve
(#2400)6491655
Fix typo in DefaultBodyLimit docs (#2401)1fa21bb
Update example http-proxy to hyper 1.0 (#2394)a6011a5
Add axum-serde to ECOSYSTEM.md (#2399)b02ce30
Update example reverse-proxy to axum 0.7 (#2395)801a78a
Fix from_stream doc link toStream
(#2391)3c7cf81
Add utility function to convert body into bytes (#2373)f98bc11
Updated doc link versions to use more explicit 0.7 version. (#2379)6d7ddee
Update example low-level-rustls to axum 0.7 (#2375)Updates
clap
from 4.4.8 to 4.4.11Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
d092896
chore: Releasec76a713
chore: Update lockfileb99d17b
docs: Update changelogb47f8da
Merge pull request #5247 from epage/group2e7c9d1
Merge pull request #5194 from c19/patch-137917be
feat: Add Command::mut_groupcf7a027
chore: Update from '_rust/main'8c836ea
Merge pull request #10 from epage/renovate/migrate-config598c624
chore(config): migrate config .github/renovate.json5c0a1814
chore: ReleaseUpdates
config
from 0.13.3 to 0.13.4Changelog
Sourced from config's changelog.
Commits
a383879
Merge pull request #500 from matthiasbeyer/release-0.13/changelog750c8d3
Update version: 0.13.3 -> 0.13.48bab2ac
Add changelog entry for 0.13.4db754f5
Merge pull request #486 from ijackson/nested-array-backport08197e4
Merge pull request #495 from mehcode/chore/0.13.x-min-versionseb46fd6
ser: sequences: Test a more comprehensive round-trip9bed600
ser: sequences: Rework, fixing handling of nested arrays43ac661
ser: sequences: Introduce SeqSerializer newtype319a9e2
ser: sequences: Centralisebedfb5d
chore(CI): Relax MSRV to1.56.1
Updates
deadpool-postgres
from 0.11.0 to 0.12.1Commits
6f74c7e
Release deadpool-postgres 0.12.15131832
Replace is_some_and by map_or to fix MSRV24c6051
FixConfig::url
handling7869a0b
Add test for Config::url62c8833
Release deadpool-redis 0.14.05caefaa
Fix redis version in CHANGELOGc7984d0
Release deadpool-postgres 0.12.05db3911
Increase minimum tokio version to 1.29567a17d
Fix cluster example in deadpool-redis docs4549fa2
Increase MSRV for redis and diesel in CIUpdates
ignore
from 0.4.20 to 0.4.21Commits
Updates
jsonwebtoken
from 9.1.0 to 9.2.0Changelog
Sourced from jsonwebtoken's changelog.
Commits
08601f7
Update changelog32eabfb
Add wasm tests using was-bindgen-test and wasm-pack (#346)4e8ca23
Comment out wasm in CI58f2df2
Next versionfa92c4f
Add CI for wasmf112c08
Add the ability to decode a JWT token without specifying an audience. (#336)d4f3300
Do what chrono does (#341)004a188
Fix typo in README.md (#343)895079c
Remove unused importUpdates
openssl
from 0.10.59 to 0.10.61Release notes
Sourced from openssl's releases.
Commits
c428588
Release openssl v0.10.613e6b5d4
Release openssl-sys v0.9.9761c4acd
Merge pull request #2117 from sfackler/maybe-uninit1092196
Add uninit read methods and switch to _ex when possibleea075d1
Merge pull request #2115 from davidben/x509-purpose-get-id9cafc73
Restore struct in handwritten, memory-unsafe bindings25606f0
Use X509_PURPOSE_get_id instead of struct accessefe619c
Merge pull request #2114 from davidben/x509-object-free66c16ca
X509_OBJECT_free_contents is not X509_OBJECT_free8840e53
Merge pull request #2113 from alex/new-boringsslUpdates
thiserror
from 1.0.50 to 1.0.51Release notes
Sourced from thiserror's releases.
Commits
0555b80
Release 1.0.51b94add8
Add ui test where fallback impl conflicts with handwritten Display02c6a55
Merge pull request #266 from dtolnay/fallback1754825
Work around trivial bounds being unstable1567f40
Try to remove "doesn't implement Debug" in fallback expansiond7e3bdd
Fix redundant "Error doesn't implement Display" in fallback7e5ff62
Emit an Error impl even in the presence of bad attributes0444cd5
Merge pull request #265 from dtolnay/fallbackfixmeb010e52
Add test looking for invalid input to still generate an impl1c6c4bb
Merge pull request #264 from dtolnay/errortraitpathUpdates
tokio
from 1.34.0 to 1.35.0Release notes
Sourced from tokio's releases.
Commits
92a3455
chore: prepare Tokio v1.35.0 (#6197)1968565
chore: use relaxed load for unsync_load (#6203)c9273f1
sync: improve safety comments forWakeList
(#6200)e05d0f8
changelog: fix missing link for 1.8.2 (#6199)debcb22
Revert "net: addSocketAddr::as_abstract_namespace
(#6144)" (#6198)83b7397
io: drop theSized
requirements fromAsyncReadExt.read_buf
(#6169)3991f9f
docs: fix typo in 'tokio/src/sync/broadcast.rs' (#6182)48c0e62
chore: use relaxed load forunsync_load
on miri (#6179)d561b58
taskdump: skip notified tasks during taskdumps (#6194)3a4aef1
runtime: reduce the lock contention in task spawn (#6001)Updates
tower-http
from 0.4.4 to 0.5.0Release notes
Sourced from tower-http's releases.
Commits
3d3bb02
Release 0.5.0 (#437)04361b7
Upgrade to http-body 1.0 (#348)d2eadcb
Preserve service error type in RequestDecompression (#368)d663cbf
Refactor use of futures crate (#434)38c05ba
Bump MSRV again (#433)f33c3e0
Bump MSRV to 1.63 (#418)e8eb549
Make http-range-header dependency optional (#394)0c50afe
Upgrade http-range-header to 0.4 (#391)Updates
mockall
from 0.11.4 to 0.12.0Changelog
Sourced from mockall's changelog.
... (truncated)
Commits
8cdb23c
chore: Release1dd573d
[skip ci] modernize cargo-release setup.0572cf6
[skip ci] Correct mockall_double's CHANGELOG0339354
[skip ci] reformat CHANGELOGaac6edc
Merge pull request #528 from asomers/alt-mutexb4b28d8
Change the recommendation for static methodsd4102cd
Merge pull request #526 from asomers/rpitit5e8bf3c
Add a test for the Return Position Impl Trait in Trait feature3d5c289
Merge pull request #525 from mgeisler/patch-17fbcfb8
Clarify "namespace" to "name"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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions