This repository was archived by the owner on Feb 7, 2026. It is now read-only.
build(deps): bump the all group across 1 directory with 5 updates#137
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
build(deps): bump the all group across 1 directory with 5 updates#137dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the all group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [lambda_http](https://github.com/awslabs/aws-lambda-rust-runtime) | `0.13.0` | `0.14.0` | | [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.0.0-alpha.61` | `1.0.0-alpha.64` | | [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.219` | | [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.140` | | [tokio](https://github.com/tokio-rs/tokio) | `1.42.0` | `1.44.0` | Updates `lambda_http` from 0.13.0 to 0.14.0 - [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases) - [Commits](aws/aws-lambda-rust-runtime@lambda-http-0.13.0...lambda-http-0.14.0) Updates `lightningcss` from 1.0.0-alpha.61 to 1.0.0-alpha.64 - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](https://github.com/parcel-bundler/lightningcss/commits) Updates `serde` from 1.0.215 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.215...v1.0.219) Updates `serde_json` from 1.0.133 to 1.0.140 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.133...v1.0.140) Updates `tokio` from 1.42.0 to 1.44.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.44.0) --- updated-dependencies: - dependency-name: lambda_http dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: lightningcss dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
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 |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 all group with 5 updates in the / directory:
0.13.00.14.01.0.0-alpha.611.0.0-alpha.641.0.2151.0.2191.0.1331.0.1401.42.01.44.0Updates
lambda_httpfrom 0.13.0 to 0.14.0Commits
3d31b91Release events 0.16.0 and http 0.14.0 (#938)19c190dOnly add URL query if it's not empty (#933)1c63439Update to tower 0.5 (#929)c3575f6Add AppConfig feature flags example (#928)8572af6fix: expose CloudWatchMetricAlarm and CloudWatchCompositeAlarm (#926)20206d7Use event filter (#925)27191d0feat: ergonomic improvements to HTTP payload deserialization (#921)6228204Fix trivial typo in docs of Tracing (#918)d7c53b2add support for integration test via GitHub Actions (#913)6bbd1c1fix: bedrock tests (#915)Updates
lightningcssfrom 1.0.0-alpha.61 to 1.0.0-alpha.64Commits
Updates
serdefrom 1.0.215 to 1.0.219Release notes
Sourced from serde's releases.
Commits
49d098dRelease 1.0.21940f1d19Wrap dummy.rs to 80 columns514848bMerge pull request #2906 from davidzeng0/master168b6cffix clippy absolute paths warninga8bdd17Remove unused Punctuated import1c96013Resolve mem_replace_with_default clippy lintf0d1ae0Ignore elidable_lifetime_names pedantic clippy linte3eaa6aMerge pull request #2896 from dtolnay/stabledoc6a630cfAlso link to stable proc_macro7bfd518Release 1.0.218Updates
serde_jsonfrom 1.0.133 to 1.0.140Release notes
Sourced from serde_json's releases.
Commits
7627834Release 1.0.140d77a498Merge pull request #1245 from serde-rs/powerpcb34d317Delete unused gcc installationf7200c3Ignore unbuffered_bytes clippy lint76cd4fbIgnore elidable_lifetime_names pedantic clippy lint400eaa9Point standard library links to stable4d4f53cRelease 1.0.1395d6b32fMerge pull request #1242 from dtolnay/writefloate5bb8bdDocument behavior of write_f32/f64 on non-finite floats7a79781Merge pull request #1241 from dtolnay/doclinkUpdates
tokiofrom 1.42.0 to 1.44.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
8182ecfchore: prepare Tokio v1.44.0 (#7202)a258bffci: enable printing in multi thread loom tests (#7200)e076d21process: clarifyChild::killbehavior (#7162)042433cnet: debug_assert on creating a tokio socket from a blocking one (#7166)0284d1bmacros: makeselect!budget-aware (#7164)710bc80rt: coop should yield using waker defer strategy (#7185)a2b12bdreadme: adjust release schedule to once per month (#7191)e7b593cprocess: fix grammar of theChildStdinstruct doc comment (#7192)3aaf4a5coop: adjust grammar intests/coop_budget.rs(#7173)8e741c1tokio: mark 1.43 as LTS (#7189)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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