-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore(deps): bump the rust-patch group across 1 directory with 16 updates #239
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
…ates Bumps the rust-patch group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.95` | `1.0.97` | | [async-graphql](https://github.com/async-graphql/async-graphql) | `7.0.13` | `7.0.15` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.85` | `0.1.87` | | [bytes](https://github.com/tokio-rs/bytes) | `1.10.0` | `1.10.1` | | [chrono](https://github.com/chronotope/chrono) | `0.4.39` | `0.4.40` | | [insta](https://github.com/mitsuhiko/insta) | `1.42.0` | `1.42.2` | | [jsonwebtoken](https://github.com/Keats/jsonwebtoken) | `9.3.0` | `9.3.1` | | [once_cell](https://github.com/matklad/once_cell) | `1.20.2` | `1.20.3` | | [schemars](https://github.com/GREsau/schemars) | `0.8.21` | `0.8.22` | | [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.218` | | [serde_json](https://github.com/serde-rs/json) | `1.0.136` | `1.0.140` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.11` | `2.0.12` | | [toml](https://github.com/toml-rs/toml) | `0.8.19` | `0.8.20` | | [async-graphql-axum](https://github.com/async-graphql/async-graphql) | `7.0.13` | `7.0.15` | | [pin-project](https://github.com/taiki-e/pin-project) | `1.1.8` | `1.1.10` | | [html2text](https://github.com/jugglerchris/rust-html2text) | `0.14.0` | `0.14.1` | Updates `anyhow` from 1.0.95 to 1.0.97 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.95...1.0.97) Updates `async-graphql` from 7.0.13 to 7.0.15 - [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md) - [Commits](https://github.com/async-graphql/async-graphql/commits) Updates `async-trait` from 0.1.85 to 0.1.87 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.85...0.1.87) Updates `bytes` from 1.10.0 to 1.10.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.10.0...v1.10.1) Updates `chrono` from 0.4.39 to 0.4.40 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.39...v0.4.40) Updates `insta` from 1.42.0 to 1.42.2 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.42.0...1.42.2) Updates `jsonwebtoken` from 9.3.0 to 9.3.1 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v9.3.0...v9.3.1) Updates `once_cell` from 1.20.2 to 1.20.3 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.20.2...v1.20.3) Updates `schemars` from 0.8.21 to 0.8.22 - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v0.8.21...v0.8.22) Updates `serde` from 1.0.217 to 1.0.218 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.217...v1.0.218) Updates `serde_json` from 1.0.136 to 1.0.140 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.136...v1.0.140) Updates `thiserror` from 2.0.11 to 2.0.12 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.11...2.0.12) Updates `toml` from 0.8.19 to 0.8.20 - [Commits](toml-rs/toml@toml-v0.8.19...toml-v0.8.20) Updates `async-graphql-axum` from 7.0.13 to 7.0.15 - [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md) - [Commits](https://github.com/async-graphql/async-graphql/commits) Updates `pin-project` from 1.1.8 to 1.1.10 - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project@v1.1.8...v1.1.10) Updates `html2text` from 0.14.0 to 0.14.1 - [Changelog](https://github.com/jugglerchris/rust-html2text/blob/main/CHANGELOG.md) - [Commits](jugglerchris/rust-html2text@0.14.0...0.14.1) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: async-graphql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: jsonwebtoken dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: schemars dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: async-graphql-axum dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: pin-project dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: html2text dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch ... Signed-off-by: dependabot[bot] <support@github.com>
b63f996
to
21a1128
Compare
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 rust-patch group with 16 updates in the / directory:
1.0.95
1.0.97
7.0.13
7.0.15
0.1.85
0.1.87
1.10.0
1.10.1
0.4.39
0.4.40
1.42.0
1.42.2
9.3.0
9.3.1
1.20.2
1.20.3
0.8.21
0.8.22
1.0.217
1.0.218
1.0.136
1.0.140
2.0.11
2.0.12
0.8.19
0.8.20
7.0.13
7.0.15
1.1.8
1.1.10
0.14.0
0.14.1
Updates
anyhow
from 1.0.95 to 1.0.97Release notes
Sourced from anyhow's releases.
Commits
bfb89ef
Release 1.0.97c7fca9b
Ignore elidable_lifetime_names pedantic clippy lint427c0bb
Point standard library links to stablef0aa0d3
Release 1.0.96bc33c24
Convert html links to intra-doc links1cff785
Unset doc-scrape-examples for lib targetd71c806
More precise gitignore patterns3e40975
Remove **/*.rs.bk from project-specific gitignoreb880dd0
Ignore Cargo-generated tests/crate/target directory8891ce3
Merge pull request #404 from dtolnay/missingabiUpdates
async-graphql
from 7.0.13 to 7.0.15Changelog
Sourced from async-graphql's changelog.
Commits
Updates
async-trait
from 0.1.85 to 0.1.87Release notes
Sourced from async-trait's releases.
Commits
32540aa
Release 0.1.87137d14c
Resolve mem_replace_with_default clippy lint45fd82a
Ignore elidable_lifetime_names pedantic clippy lintea2f2a2
Point standard library links to stable3b78161
Update ui test suite to nightly-2025-02-1246a70c0
Release 0.1.860e43f29
Merge pull request #286 from dtolnay/dyncompc49cbcb
Update 'object safe' -> 'dyn compatible' naming in tests87316f9
Merge pull request #285 from dtolnay/dyncompeb69fb3
Delete section on dyn compatibility of default implementationsUpdates
bytes
from 1.10.0 to 1.10.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
19d1427
chore: prepare bytes v1.10.1 (#774)3667543
Fix memory leak inowned_to_vec
(#773)Updates
chrono
from 0.4.39 to 0.4.40Release notes
Sourced from chrono's releases.
Commits
2b7a28e
Bump version to 0.4.406d29c8a
Add quarter (%q) date string specifier07216ae
Upgrade to windows-bindgen 0.60bf1973c
Use similar-asserts to show bindgen diffd0f8b59
Restrict MSRV to check --lib1f345fd
Switch to 2024 idiom7f6cf5e
Switch to 2024 style11d227a
Apply suggestions from clippy 1.8515e287b
Use NaiveDateTime for internal tz_info methods. (#1658)8317e7c
docs: fix minor typoUpdates
insta
from 1.42.0 to 1.42.2Release notes
Sourced from insta's releases.
... (truncated)
Changelog
Sourced from insta's changelog.
Commits
e81bae9
Bump versions to 1.42.2 (#733)df78d98
Hideunseen
from--help
(#732)7a5e938
Fix duplicate snapshots on multiple targets with identical roots (#730)b72bfba
Improve functional test docs (#731)e6469ac
Qualify all references in macros to avoid name clashes (#729)b6ecee1
Add changelog for INSTA_WORKSPACE_ROOT at compile time (#727)ef4703f
Allow setting INSTA_WORKSPACE_ROOT at compile time (#726)04a98c3
Fix inline snapshot handling withinallow_duplicates!
block (#722)24f32aa
Fix crash on scanning indentation of arbitrary lines (#723)759283e
[ISSUE-718] Allow specifying cargo-nextest bin (#721)Updates
jsonwebtoken
from 9.3.0 to 9.3.1Changelog
Sourced from jsonwebtoken's changelog.
Commits
87bbe49
New releasec733c78
doc: Clarify MSRV is in Cargo.toml88e48f3
Update base64 to 0.22afbb44e
fix: remove erroneous backtick (#383)93424d5
complete documentation with required claims (#382)Updates
once_cell
from 1.20.2 to 1.20.3Changelog
Sourced from once_cell's changelog.
Commits
d119eea
Merge pull request #273 from briansmith/b/cold1a885da
Make initialization inOnceNonZeroUsize::get_or_try_init
#[cold]
.Updates
schemars
from 0.8.21 to 0.8.22Release notes
Sourced from schemars's releases.
Changelog
Sourced from schemars's changelog.
... (truncated)
Commits
104b0fd
v0.8.225867ced
Fix compatibility with rust 2024 edition (#378)e0c2c31
Update changelog for 1.0.0-alpha.23271fbd
Update changelog for 1.0.0-alpha.1a20c197
Update readme - link to v1 branch/PRUpdates
serde
from 1.0.217 to 1.0.218Release notes
Sourced from serde's releases.
Commits
7bfd518
Release 1.0.218723a949
Merge pull request #2895 from dtolnay/stabledoc2b44efb
Point standard library links to stable03dc0fc
Merge pull request #2894 from dtolnay/doclink85cb0c4
Convert html links to intra-doc linksabe7194
Update ui test suite to nightly-2025-02-12aaccac7
Unset doc-scrape-examples for lib target7cd4d84
Update ui test suite to nightly-2025-02-0704ff3e8
More precise gitignore patternsdc3031b
Remove *.sw[po] from gitignoreUpdates
serde_json
from 1.0.136 to 1.0.140Release notes
Sourced from serde_json's releases.
Commits
7627834
Release 1.0.140d77a498
Merge pull request #1245 from serde-rs/powerpcb34d317
Delete unused gcc installationf7200c3
Ignore unbuffered_bytes clippy lint76cd4fb
Ignore elidable_lifetime_names pedantic clippy lint400eaa9
Point standard library links to stable4d4f53c
Release 1.0.1395d6b32f
Merge pull request #1242 from dtolnay/writefloate5bb8bd
Document behavior of write_f32/f64 on non-finite floats7a79781
Merge pull request #1241 from dtolnay/doclinkUpdates
thiserror
from 2.0.11 to 2.0.12Release notes
Sourced from thiserror's releases.
Commits
95a5126
Release 2.0.1276490f7
Merge pull request #413 from dtolnay/elidablelifetime9f27b76
Ignore elidable_lifetime_names pedantic clippy lintdaf2a6f
Resolve some elidable_lifetime_names pedantic clippy lint5f07160
Point standard library links to stable6706a51
Convert html links to intra-doc links2706873
More precise gitignore patterns70bc20d
Remove **/*.rs.bk from project-specific gitignoreUpdates
toml
from 0.8.19 to 0.8.20Commits
f550dbf
chore: Release25587db
docs: Update changelogfbc77ec
Merge pull request #829 from tisonkun/map-get-kv4605a64
fea: impl Map get_key_value8efc81e
chore(deps): Update Rust crate serde_json to v1.0.138 (#828)15496f1
chore: Release1131ce8
docs: Update changelog4776fca
Merge pull request #827 from epage/winnow07754769b
chore: Upgrade to Winnow 0.79415da2
refactor(parser): Switch to ModalParserUpdates
async-graphql-axum
from 7.0.13 to 7.0.15Changelog
Sourced from async-graphql-axum's changelog.
Commits
Updates
pin-project
from 1.1.8 to 1.1.10Release notes
Sourced from pin-project's releases.
Changelog
Sourced from pin-project's changelog.
Commits
b0757d1
Release 1.1.1012dfb3c
Suppress clippy::elidable_lifetime_names lint in generated code2714ef5
Tweak error message2454aed
tools: Update scripts29dac8c
Revert "Temporarily disable broken clippy::pedantic lint group"ee0cd59
Temporarily disable broken clippy::pedantic lint groupaa6dbe2
rustfmt: set style_edition = "2024"f49dc13
tools: Update tidy.sh27ee733
tests: Update ui test output to nightly-2025-02-167a435d3
tests: Update lint testUpdates
html2text
from 0.14.0 to 0.14.1Changelog
Sourced from html2text's changelog.
Commits
211e226
Merge pull request #204 from jugglerchris/bugfix_20250302d40fb94
Update for 0.14.1 release.99b9175
cargo fmt.559a99f
Fix bug #203.fe872c8
Fix missing FragmentStarts.56ec291
Add some fragment tests.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