Bump the dependencies group with 6 updates#1855
Merged
Conversation
Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [humantime](https://github.com/chronotope/humantime) | `2.2.0` | `2.3.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.219` | `1.0.223` | | [serde_json](https://github.com/serde-rs/json) | `1.0.143` | `1.0.145` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.21.0` | `3.22.0` | | [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.44.1` | `0.45.0` | | [typed-builder](https://github.com/idanarye/rust-typed-builder) | `0.21.2` | `0.22.0` | Updates `humantime` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/chronotope/humantime/releases) - [Commits](chronotope/humantime@v2.2.0...v2.3.0) Updates `serde` from 1.0.219 to 1.0.223 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.219...v1.0.223) Updates `serde_json` from 1.0.143 to 1.0.145 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.143...v1.0.145) Updates `tempfile` from 3.21.0 to 3.22.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.21.0...v3.22.0) Updates `octocrab` from 0.44.1 to 0.45.0 - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md) - [Commits](XAMPPRocky/octocrab@v0.44.1...v0.45.0) Updates `typed-builder` from 0.21.2 to 0.22.0 - [Release notes](https://github.com/idanarye/rust-typed-builder/releases) - [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md) - [Commits](idanarye/rust-typed-builder@v0.21.2...v0.22.0) --- updated-dependencies: - dependency-name: humantime dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: serde dependency-version: 1.0.223 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: serde_json dependency-version: 1.0.145 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tempfile dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: octocrab dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: typed-builder dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Closed
This was referenced Oct 21, 2025
Closed
Merged
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 6 updates:
2.2.02.3.01.0.2191.0.2231.0.1431.0.1453.21.03.22.00.44.10.45.00.21.20.22.0Updates
humantimefrom 2.2.0 to 2.3.0Release notes
Sourced from humantime's releases.
Commits
7994b71ci: disable for non-main pushes1b59068Bump version to 2.3.0cacdb93ci: add audit job5cc8dc5ci: add job to check semver compatibility0d5fe2dBump version to 2.2.1fc0e7eaduration: move current value out of Parser1febd52duration: track current value as Duration0adba12duration: track current nanoseconds as u32786218fExtract unit parsing9ff48bfRe-order duration parser methods in top-down orderUpdates
serdefrom 1.0.219 to 1.0.223Release notes
Sourced from serde's releases.
Commits
6c316d7Release 1.0.223a4ac0c2Merge pull request #2978 from dtolnay/htmlrooturled76364Change serde_core's html_root_url to docs.rs/serde_core57e21a1Release 1.0.222bb58726Merge pull request #2950 from aytey/fix_lifetime_issue_20243f69251Delete unneeded field of MapDeserializerfd4decfMerge pull request #2976 from dtolnay/content00b1b6bMove Content's Deserialize impl from serde_core to serdecf141aaMove Content's Clone impl from serde_core to serdeff3aee4Release 1.0.221Updates
serde_jsonfrom 1.0.143 to 1.0.145Release notes
Sourced from serde_json's releases.
Commits
efa66e3Release 1.0.14523679e2Add serde version constraintfc27bafRelease 1.0.144caef3c6Ignore uninlined_format_args pedantic clippy lint81ba3aaMerge pull request #1285 from dtolnay/serdecored21e8ceSwitch serde dependency to serde_core6beb6cdMerge pull request #1286 from dtolnay/up1dbc803Raise required compiler to Rust 1.610bf5d87Enforce trybuild >= 1.0.108d12e943Update actions/checkout@v4 -> v5Updates
tempfilefrom 3.21.0 to 3.22.0Changelog
Sourced from tempfile's changelog.
Commits
f720dbechore: release 3.22.055d742cchore: remove deprecated unstable feature flagbc41a0bbuild(deps): update windows-sys requirement from >=0.52, <0.61 to >=0.52, <0....3c55387test: make sure we don't drop tempdirs early (#373)17bf644doc(builder): clarify permissions (#372)c7423f1doc(env): document the alternative to setting the tempdir (#371)5af60catest(wasi): run a few tests that shouldn't have been disabled (#370)6c0c561fix(doc): temp_dir doesn't check if writableUpdates
octocrabfrom 0.44.1 to 0.45.0Release notes
Sourced from octocrab's releases.
Changelog
Sourced from octocrab's changelog.
Commits
c316992chore: release v0.45.0 (#785)1cad432feat: addredeliveryfield for hook deliveries (#797)858ba23feat: added PATCH /user (#792)1ca87c2models::repos::Commit -> models::commits::Commit (#781)2edc6eafix!: change some fields to optional types in CheckSuite struct (#784)db8282achore: cargo clippy --fix (#783)ff6f73ecargo clippy --fix (#774)Updates
typed-builderfrom 0.21.2 to 0.22.0Release notes
Sourced from typed-builder's releases.
Changelog
Sourced from typed-builder's changelog.
Commits
1a36637Fix Clippy warnings81bc3f5Upgrade Rust version in CI1b1b5bcBump minor version0267b1aMerge pull request #169 from zakstucke/zak/transform_generics13adb32Review changes6a30439Version bump9218f5aSwitch to fn() syntax5a387eb#[generics(<'__a, __Marker>)]037cbddMerge pull request #170 from idanarye/dependabot/github_actions/actions/check...b50b903Merge pull request #171 from idanarye/dependabot/github_actions/actions/uploa...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