Skip to content

Bump the dependencies group with 6 updates#1855

Merged
mre merged 1 commit intomasterfrom
dependabot/cargo/dependencies-5123f1ff92
Sep 15, 2025
Merged

Bump the dependencies group with 6 updates#1855
mre merged 1 commit intomasterfrom
dependabot/cargo/dependencies-5123f1ff92

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps the dependencies group with 6 updates:

Package From To
humantime 2.2.0 2.3.0
serde 1.0.219 1.0.223
serde_json 1.0.143 1.0.145
tempfile 3.21.0 3.22.0
octocrab 0.44.1 0.45.0
typed-builder 0.21.2 0.22.0

Updates humantime from 2.2.0 to 2.3.0

Release notes

Sourced from humantime's releases.

2.3.0

What's Changed

Commits
  • 7994b71 ci: disable for non-main pushes
  • 1b59068 Bump version to 2.3.0
  • cacdb93 ci: add audit job
  • 5cc8dc5 ci: add job to check semver compatibility
  • 0d5fe2d Bump version to 2.2.1
  • fc0e7ea duration: move current value out of Parser
  • 1febd52 duration: track current value as Duration
  • 0adba12 duration: track current nanoseconds as u32
  • 786218f Extract unit parsing
  • 9ff48bf Re-order duration parser methods in top-down order
  • Additional commits viewable in compare view

Updates serde from 1.0.219 to 1.0.223

Release notes

Sourced from serde's releases.

v1.0.223

  • Fix serde_core documentation links (#2978)

v1.0.222

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#2950, thanks @​aytey)

v1.0.221

  • Documentation improvements (#2973)
  • Deprecate serde_if_integer128! macro (#2975)

v1.0.220

Commits
  • 6c316d7 Release 1.0.223
  • a4ac0c2 Merge pull request #2978 from dtolnay/htmlrooturl
  • ed76364 Change serde_core's html_root_url to docs.rs/serde_core
  • 57e21a1 Release 1.0.222
  • bb58726 Merge pull request #2950 from aytey/fix_lifetime_issue_2024
  • 3f69251 Delete unneeded field of MapDeserializer
  • fd4decf Merge pull request #2976 from dtolnay/content
  • 00b1b6b Move Content's Deserialize impl from serde_core to serde
  • cf141aa Move Content's Clone impl from serde_core to serde
  • ff3aee4 Release 1.0.221
  • Additional commits viewable in compare view

Updates serde_json from 1.0.143 to 1.0.145

Release notes

Sourced from serde_json's releases.

v1.0.145

  • Raise serde version requirement to >=1.0.220

v1.0.144

  • Switch serde dependency to serde_core (#1285)
Commits

Updates tempfile from 3.21.0 to 3.22.0

Changelog

Sourced from tempfile's changelog.

3.22.0

  • Updated windows-sys requirement to allow version 0.61.x
  • Remove unstable-windows-keep-open-tempfile feature.
Commits
  • f720dbe chore: release 3.22.0
  • 55d742c chore: remove deprecated unstable feature flag
  • bc41a0b build(deps): update windows-sys requirement from >=0.52, <0.61 to >=0.52, <0....
  • 3c55387 test: make sure we don't drop tempdirs early (#373)
  • 17bf644 doc(builder): clarify permissions (#372)
  • c7423f1 doc(env): document the alternative to setting the tempdir (#371)
  • 5af60ca test(wasi): run a few tests that shouldn't have been disabled (#370)
  • 6c0c561 fix(doc): temp_dir doesn't check if writable
  • See full diff in compare view

Updates octocrab from 0.44.1 to 0.45.0

Release notes

Sourced from octocrab's releases.

v0.45.0

Added

  • add redelivery field for hook deliveries (#797)
  • added PATCH /user (#792)

Fixed

  • [breaking] change some fields to optional types in CheckSuite struct (#784)

Other

  • :repos::Commit -> models::commits::Commit (#781)
  • cargo clippy --fix (#783)
  • cargo clippy --fix (#774)
Changelog

Sourced from octocrab's changelog.

0.45.0 - 2025-09-14

Added

  • add redelivery field for hook deliveries (#797)
  • added PATCH /user (#792)

Fixed

  • [breaking] change some fields to optional types in CheckSuite struct (#784)

Other

  • :repos::Commit -> models::commits::Commit (#781)
  • cargo clippy --fix (#783)
  • cargo clippy --fix (#774)
Commits

Updates typed-builder from 0.21.2 to 0.22.0

Release notes

Sourced from typed-builder's releases.

0.22.0 - 2025-09-08

Added

  • New optional alternate transform syntax using a full fn, to allow support for custom lifetimes, generics and a where clause to custom builder method.

Example:

#[derive(TypedBuilder)]
struct Foo {
    #[builder(
        setter(
            fn transform<'a, M>(value: impl IntoValue<'a, String, M>) -> String
            where
              M: std::fmt::Display
            {
                value.into_value()
            },
        )
    )]
    s: String,
}
Changelog

Sourced from typed-builder's changelog.

0.22.0 - 2025-09-08

Added

  • New optional alternate transform syntax using a full fn, to allow support for custom lifetimes, generics and a where clause to custom builder method.

Example:

#[derive(TypedBuilder)]
struct Foo {
    #[builder(
        setter(
            fn transform<'a, M>(value: impl IntoValue<'a, String, M>) -> String
            where
              M: std::fmt::Display
            {
                value.into_value()
            },
        )
    )]
    s: String,
}
Commits
  • 1a36637 Fix Clippy warnings
  • 81bc3f5 Upgrade Rust version in CI
  • 1b1b5bc Bump minor version
  • 0267b1a Merge pull request #169 from zakstucke/zak/transform_generics
  • 13adb32 Review changes
  • 6a30439 Version bump
  • 9218f5a Switch to fn() syntax
  • 5a387eb #[generics(<'__a, __Marker>)]
  • 037cbdd Merge pull request #170 from idanarye/dependabot/github_actions/actions/check...
  • b50b903 Merge pull request #171 from idanarye/dependabot/github_actions/actions/uploa...
  • Additional commits viewable in compare view

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

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 15, 2025
@mre mre merged commit 717d523 into master Sep 15, 2025
6 checks passed
@mre mre deleted the dependabot/cargo/dependencies-5123f1ff92 branch September 15, 2025 13:56
@mre mre mentioned this pull request Sep 13, 2025
This was referenced Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant