Skip to content

Commit d9f5efb

Browse files
build(deps): bump the extractor group across 1 directory with 7 updates
Bumps the extractor group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.99` | `1.0.100` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.16` | `2.0.17` | | [ghactions](https://github.com/42ByteLabs/ghactions) | `0.16.5` | `0.18.1` | | [ghactions-core](https://github.com/42ByteLabs/ghactions) | `0.16.5` | `0.18.1` | | [ghastoolkit](https://github.com/GeekMasher/ghastoolkit-rs) | `0.11.5` | `0.12.0` | | [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.44.1` | `0.45.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.143` | `1.0.145` | Updates `anyhow` from 1.0.99 to 1.0.100 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.99...1.0.100) Updates `thiserror` from 2.0.16 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.16...2.0.17) Updates `ghactions` from 0.16.5 to 0.18.1 - [Release notes](https://github.com/42ByteLabs/ghactions/releases) - [Changelog](https://github.com/42ByteLabs/ghactions/blob/main/.release.yml) - [Commits](42ByteLabs/ghactions@0.16.5...0.18.1) Updates `ghactions-core` from 0.16.5 to 0.18.1 - [Release notes](https://github.com/42ByteLabs/ghactions/releases) - [Changelog](https://github.com/42ByteLabs/ghactions/blob/main/.release.yml) - [Commits](42ByteLabs/ghactions@0.16.5...0.18.1) Updates `ghastoolkit` from 0.11.5 to 0.12.0 - [Release notes](https://github.com/GeekMasher/ghastoolkit-rs/releases) - [Changelog](https://github.com/GeekMasher/ghastoolkit-rs/blob/main/.release.yml) - [Commits](GeekMasher/ghastoolkit-rs@0.11.5...0.12.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 `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) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extractor - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extractor - dependency-name: ghactions dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: extractor - dependency-name: ghactions-core dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: extractor - dependency-name: ghastoolkit dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: extractor - dependency-name: octocrab dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: extractor - dependency-name: serde_json dependency-version: 1.0.145 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extractor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c3657e commit d9f5efb

File tree

2 files changed

+57
-32
lines changed

2 files changed

+57
-32
lines changed

Cargo.lock

Lines changed: 53 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ thiserror = "2.0"
2222
dotenvy = "0.15"
2323
glob = "0.3"
2424
# Actions
25-
ghactions = { version = "^0.16.5", features = ["dotenvy", "log", "generate", "octocrab", "toolcache-all"] }
26-
ghactions-core = { version = "^0.16.5" }
25+
ghactions = { version = "^0.18.1", features = ["dotenvy", "log", "generate", "octocrab", "toolcache-all"] }
26+
ghactions-core = { version = "^0.18.1" }
2727

28-
ghastoolkit = { version = "^0.11", features = ["toolcache"] }
28+
ghastoolkit = { version = "^0.12", features = ["toolcache"] }
2929

3030
# GitHub API
31-
octocrab = "^0.44"
31+
octocrab = "^0.45"
3232
openssl = { version = "0.10", features = ["vendored"] }
3333
serde_json = "1.0"

0 commit comments

Comments
 (0)