Bump the dependencies group with 7 updates#155
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.48.0` | `1.49.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.149` | | [url](https://github.com/servo/rust-url) | `2.5.7` | `2.5.8` | | [aws-smithy-types](https://github.com/smithy-lang/smithy-rs) | `1.3.4` | `1.3.6` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.17` | `2.0.18` | | [rustls](https://github.com/rustls/rustls) | `0.23.35` | `0.23.36` | | [tokio-test](https://github.com/tokio-rs/tokio) | `0.4.4` | `0.4.5` | Updates `tokio` from 1.48.0 to 1.49.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) Updates `serde_json` from 1.0.145 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.149) Updates `url` from 2.5.7 to 2.5.8 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.7...v2.5.8) Updates `aws-smithy-types` from 1.3.4 to 1.3.6 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `thiserror` from 2.0.17 to 2.0.18 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.17...2.0.18) Updates `rustls` from 0.23.35 to 0.23.36 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.35...v/0.23.36) Updates `tokio-test` from 0.4.4 to 0.4.5 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-test-0.4.4...tokio-test-0.4.5) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: url dependency-version: 2.5.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: aws-smithy-types dependency-version: 1.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rustls dependency-version: 0.23.36 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tokio-test dependency-version: 0.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #155 +/- ##
=======================================
Coverage 91.88% 91.88%
=======================================
Files 14 14
Lines 2404 2404
Branches 2404 2404
=======================================
Hits 2209 2209
Misses 147 147
Partials 48 48 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
simonmarty
approved these changes
Feb 2, 2026
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 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 dependencies group with 7 updates:
1.48.01.49.01.0.1451.0.1492.5.72.5.81.3.41.3.62.0.172.0.180.23.350.23.360.4.40.4.5Updates
tokiofrom 1.48.0 to 1.49.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
e3b89bbchore: prepare Tokio v1.49.0 (#7824)4f577b8Merge 'tokio-1.47.3' into 'master'f320197chore: prepare Tokio v1.47.3 (#7823)ea6b144ci: freeze rustc on nightly-2025-01-25 innetlify.toml(#7652)264e703Mergetokio-1.43.4intotokio-1.47.x(#7822)dfb0f00chore: prepare Tokio v1.43.4 (#7821)4a91f19ci: fix wasm32-wasip1 tests (#7788)601c383ci: upgrade FreeBSD from 14.2 to 14.3 (#7758)484cb52sync: returnTryRecvError::DisconnectedfromReceiver::try_recvafter `Re...16f20c3rt: mentionLocalRuntimeinnew_current_threaddocs (#7820)Updates
serde_jsonfrom 1.0.145 to 1.0.149Release notes
Sourced from serde_json's releases.
Commits
4f6dbfaRelease 1.0.149f3df680Touch up PR 1306e16730fMerge pull request #1306 from b41sh/fix-float-number-displayeeb2bcdAlignarbitrary_precisionnumber strings with zmij’s formatting8b291c4Release 1.0.1481aefe15Update to zmij 1.062d6e8dRelease 1.0.147fd829a6Merge pull request #1304 from dtolnay/zmije757a3dSwitch from ryu -> zmij for float formatting75ad7e6Release 1.0.146Updates
urlfrom 2.5.7 to 2.5.8Commits
d6ea13cBump to 2.5.88269ac3ci: update cargo-deny config, bump cargo-deny-action to v2 (#1092)6dfdf17chore: fix some typos in comments (#1090)b06048dAttempt to fix 1.82 CI (#1085)9771ab5Fix roundtripping issue (#1079)22b925fImprove Compile Times withserde_derive(#1075)0afccc9fix outdated docs for ParseError (#1074)Updates
aws-smithy-typesfrom 1.3.4 to 1.3.6Commits
Updates
thiserrorfrom 2.0.17 to 2.0.18Release notes
Sourced from thiserror's releases.
Commits
dc0f6a2Release 2.0.180275292Touch up PR 4433c33bc6Merge pull request #443 from LucaCappelletti94/master995939cReproduce issue 44221653d1Made clippy lifetime allows conditional45e5388Update actions/upload-artifact@v5 -> v6386aac1Update actions/upload-artifact@v4 -> v5ec50561Update actions/checkout@v5 -> v6247eab5Update name of empty_enum clippy lint91b181fRaise required compiler to Rust 1.68Updates
rustlsfrom 0.23.35 to 0.23.36Commits
b47bf54Prepare 0.23.3699308d2Bump nightly toolchain for cargo-check-external-typesba00982Support P256+SHA512 and P384+SHA512 signatures in certificatesUpdates
tokio-testfrom 0.4.4 to 0.4.5Commits
41d1877chore: prepare tokio-test 0.4.5 (#7831)60b083bchore: prepare tokio-stream 0.1.18 (#7830)9cc02ccchore: prepare tokio-util 0.7.18 (#7829)d2799d7task: improve the docs ofBuilder::spawn_local(#7828)4d4870ftask: doc that task drops before JoinHandle completion (#7825)fdb1509fs: check for io-uring opcode support (#7815)426a562rt: removeallow(dead_code)afterJoinSetstabilization (#7826)e3b89bbchore: prepare Tokio v1.49.0 (#7824)4f577b8Merge 'tokio-1.47.3' into 'master'f320197chore: prepare Tokio v1.47.3 (#7823)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