Bump the cargo group across 1 directory with 24 updates#273
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the cargo group across 1 directory with 24 updates#273dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the cargo group with 24 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fancy-regex](https://github.com/fancy-regex/fancy-regex) | `0.17.0` | `0.18.0` | | [git2](https://github.com/rust-lang/git2-rs) | `0.20.4` | `0.21.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` | | [shlex](https://github.com/comex/rust-shlex) | `1.3.0` | `2.0.1` | | [rand](https://github.com/rust-random/rand) | `0.9.2` | `0.10.1` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.25` | `0.12.28` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.26.0` | `3.27.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.21.0` | `1.23.1` | | [fstest](https://github.com/jenskrumsieck/fstest) | `0.3.0` | `0.4.0` | | [clap](https://github.com/clap-rs/clap) | `4.5.53` | `4.5.60` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.61` | `4.6.5` | | [similar](https://github.com/mitsuhiko/similar) | `2.7.0` | `3.1.1` | | [semver](https://github.com/dtolnay/semver) | `1.0.27` | `1.0.28` | | [calamine](https://github.com/tafia/calamine) | `0.32.0` | `0.35.0` | | [sha1](https://github.com/RustCrypto/hashes) | `0.10.6` | `0.11.0` | | [nix](https://github.com/nix-rust/nix) | `0.30.1` | `0.31.3` | | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.37.2` | `0.38.4` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.17` | `2.0.18` | | [chrono](https://github.com/chronotope/chrono) | `0.4.42` | `0.4.44` | | [mockito](https://github.com/lipanski/mockito) | `1.7.1` | `1.7.2` | | [httpmock](https://github.com/httpmock/httpmock) | `0.8.2` | `0.8.3` | | [whoami](https://github.com/ardaku/whoami) | `1.6.1` | `2.1.0` | | [dioxus](https://github.com/DioxusLabs/dioxus) | `0.7.3` | `0.7.9` | | [dioxus-primitives](https://github.com/DioxusLabs/components) | ``f165b24`` | ``837c9d4`` | Updates `fancy-regex` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/fancy-regex/fancy-regex/releases) - [Changelog](https://github.com/fancy-regex/fancy-regex/blob/main/CHANGELOG.md) - [Commits](fancy-regex/fancy-regex@0.17.0...0.18.0) Updates `git2` from 0.20.4 to 0.21.0 - [Changelog](https://github.com/rust-lang/git2-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.20.4...git2-0.21.0) Updates `serde_json` from 1.0.149 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.149...v1.0.150) Updates `shlex` from 1.3.0 to 2.0.1 - [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md) - [Commits](https://github.com/comex/rust-shlex/commits) Updates `rand` from 0.9.2 to 0.10.1 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.2...0.10.1) Updates `reqwest` from 0.12.25 to 0.12.28 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.25...v0.12.28) Updates `tempfile` from 3.26.0 to 3.27.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.26.0...v3.27.0) Updates `uuid` from 1.21.0 to 1.23.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.21.0...v1.23.1) Updates `fstest` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/jenskrumsieck/fstest/releases) - [Commits](JensKrumsieck/fstest@v0.3.0...v0.4.0) Updates `clap` from 4.5.53 to 4.5.60 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.53...clap_complete-v4.5.60) Updates `clap_complete` from 4.5.61 to 4.6.5 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.61...clap_complete-v4.6.5) Updates `similar` from 2.7.0 to 3.1.1 - [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md) - [Commits](mitsuhiko/similar@2.7.0...3.1.1) Updates `semver` from 1.0.27 to 1.0.28 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.27...1.0.28) Updates `calamine` from 0.32.0 to 0.35.0 - [Release notes](https://github.com/tafia/calamine/releases) - [Changelog](https://github.com/tafia/calamine/blob/master/Changelog.md) - [Commits](tafia/calamine@v0.32.0...v0.35.0) Updates `sha1` from 0.10.6 to 0.11.0 - [Commits](RustCrypto/hashes@sha1-v0.10.6...sha1-v0.11.0) Updates `nix` from 0.30.1 to 0.31.3 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.30.1...v0.31.3) Updates `sysinfo` from 0.37.2 to 0.38.4 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.37.2...v0.38.4) 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 `chrono` from 0.4.42 to 0.4.44 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.42...v0.4.44) Updates `mockito` from 1.7.1 to 1.7.2 - [Release notes](https://github.com/lipanski/mockito/releases) - [Commits](lipanski/mockito@1.7.1...1.7.2) Updates `httpmock` from 0.8.2 to 0.8.3 - [Release notes](https://github.com/httpmock/httpmock/releases) - [Changelog](https://github.com/httpmock/httpmock/blob/master/CHANGELOG.md) - [Commits](httpmock/httpmock@v0.8.2...v0.8.3) Updates `whoami` from 1.6.1 to 2.1.0 - [Release notes](https://github.com/ardaku/whoami/releases) - [Commits](https://github.com/ardaku/whoami/commits/v2.1.0) Updates `dioxus` from 0.7.3 to 0.7.9 - [Release notes](https://github.com/DioxusLabs/dioxus/releases) - [Commits](DioxusLabs/dioxus@v0.7.3...v0.7.9) Updates `dioxus-primitives` from `f165b24` to `837c9d4` - [Commits](DioxusLabs/dioxus-components@f165b24...837c9d4) --- updated-dependencies: - dependency-name: fancy-regex dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: git2 dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: shlex dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: uuid dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: fstest dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_complete dependency-version: 4.6.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: similar dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo - dependency-name: semver dependency-version: 1.0.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: calamine dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: sha1 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: nix dependency-version: 0.31.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: sysinfo dependency-version: 0.38.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: chrono dependency-version: 0.4.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: mockito dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: httpmock dependency-version: 0.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: whoami dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo - dependency-name: dioxus dependency-version: 0.7.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: dioxus-primitives dependency-version: 837c9d4c1c9f99b19de7a3f087d8af1b0538dcae dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
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 cargo group with 24 updates in the / directory:
0.17.00.18.00.20.40.21.01.0.1491.0.1501.3.02.0.10.9.20.10.10.12.250.12.283.26.03.27.01.21.01.23.10.3.00.4.04.5.534.5.604.5.614.6.52.7.03.1.11.0.271.0.280.32.00.35.00.10.60.11.00.30.10.31.30.37.20.38.42.0.172.0.180.4.420.4.441.7.11.7.20.8.20.8.31.6.12.1.00.7.30.7.9f165b24837c9d4Updates
fancy-regexfrom 0.17.0 to 0.18.0Release notes
Sourced from fancy-regex's releases.
Changelog
Sourced from fancy-regex's changelog.
Commits
895301dVersion 0.18.0940398aadd note about Oniguruma modeadcc193Merge pull request #241 from fancy-regex/parser_resolverf68a160cargo fmt8a7e2fbcargo clippy fixe9b08c4fix compiler warnings after merging main branch ined280d7Merge branch 'main' into parser_resolverf766d15Merge pull request #245 from stefanobaghino/fix-captures-from-pos-past-end1440293lib: return Ok(None) when search pos exceeds haystack length8d10d22Merge pull request #244 from fancy-regex/find_not_emptyUpdates
git2from 0.20.4 to 0.21.0Changelog
Sourced from git2's changelog.
... (truncated)
Commits
dffaf27Merge pull request #1256 from weihanglo/changelog84b9c76docs: changelog for git2@0.218c6dc4aMerge pull request #1206 from weihanglo/sha256-git27bd145efix: importObjectFormatin one placefc8af6atest(oid): split_extto test each format separatelyb9bde87test: oid length sanity check57a68e0feat(oid): impl Display for ObjectFormat7acee09chore(ci): test git2 sha256 supportbdf5b7bfix: init example with--object-formatoption9fb4e6arefactor(util): dropunsafefromzeroed_raw_oidUpdates
serde_jsonfrom 1.0.149 to 1.0.150Release notes
Sourced from serde_json's releases.
Commits
a1ae73aRelease 1.0.1501a360b0Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys2037b63Reject non-string enum object keys5d30df6Resolve manual_assert_eq pedantic clippy lintdc8003aRaise required compiler for preserve_order feature to 1.85a42fa98Unpin CI miri toolchain684a60ePin CI miri to nightly-2026-02-117c7da33Raise required compiler to Rust 1.71acf4850Simplify Number::is_f646b8ceabResolve unnecessary_map_or clippy lintUpdates
shlexfrom 1.3.0 to 2.0.1Changelog
Sourced from shlex's changelog.
Commits
Updates
randfrom 0.9.2 to 0.10.1Changelog
Sourced from rand's changelog.
... (truncated)
Commits
27ff4cbPrepare v0.10.1: deprecate featurelog(#1763)98d0638make_rng: document panic and add #[track_caller] (#1761)54e5eaaFix doc error (#1758)1ce4c08Bump itoa from 1.0.17 to 1.0.18 in the all-deps group (#1756)ccb734bdocs: fix typo in doc comment (#1754)357eb7dBump libc from 0.2.182 to 0.2.183 in the all-deps group (#1753)5e77fe5Fix trait references in documentation (#1752)da89185Bump the all-deps group with 3 updates (#1751)50516ffBump the all-deps group with 2 updates (#1749)fd71de9Bump the all-deps group with 2 updates (#1747)Updates
reqwestfrom 0.12.25 to 0.12.28Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
d978599v0.12.28ef2768afix: correctly import TokioIo on Windows (#2896)1bf6441v0.12.274967b1bfeat: add windows_named_pipe() option to client builder (#2789)ef5b239chore: Use http_body_util::BodyDataStream (#2892)a810004chore: Disable unused tokio-util codec feature (#2893)01f03a4v0.12.26e908f57fix(http3): correct compression defaults (#2890)509c904fix: disable default compression from tower-http if not enabled in reqwest (#...896aaeadeps: update cookie_store to 0.22 (#2886)Updates
tempfilefrom 3.26.0 to 3.27.0Changelog
Sourced from tempfile's changelog.
Commits
5c8fa12chore: release 3.27.0e34e574test: disable uds conflict test on redox772c795test: add CWD guards2632fb9fix: resolve relative paths when constructingTempPathUpdates
uuidfrom 1.21.0 to 1.23.1Release notes
Sourced from uuid's releases.
... (truncated)
Commits
ca0c85fMerge pull request #879 from uuid-rs/cargo/v1.23.1b4db015prepare for 1.23.1 release771069dMerge pull request #878 from aznashwan/fix-from-gregorian-deprecation-note80994a2fix: Timestamp::from_gregorian deprecation note90c5be8Merge pull request #877 from guybedford/remove-wasm-bindgen-msrv8b8c4f4Remove deprecated feature from wasm-bindgen dependency00ab922Merge pull request #876 from uuid-rs/cargo/v1.23.0726ba45prepare for 1.23.0 release996dadeMerge pull request #875 from uuid-rs/fix/context-orderinge140479simplify a use stmtUpdates
fstestfrom 0.3.0 to 0.4.0Release notes
Sourced from fstest's releases.
Commits
222c2d6async2fc5708minor730a38atokioded1064Merge pull request #1 from JensKrumsieck/dependabot/cargo/git2-0.20.42bf0abfBump git2 from 0.20.1 to 0.20.4Updates
clapfrom 4.5.53 to 4.5.60Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
33d24d8chore: Release9332409docs: Update changelogb7adce5Merge pull request #6166 from fabalchemy/fix-dynamic-powershell-completion009bba4fix(clap_complete): Improve powershell registrationd89d57dchore: Releasef18b67edocs: Update changelog9d218ebMerge pull request #6165 from epage/shirt126440cfix(help): Correctly calculate padding for short-only args9e3c05etest(help): Show panic with short, valueless argc9898d0test(help): Verify short with valueUpdates
clap_completefrom 4.5.61 to 4.6.5Release notes
Sourced from clap_complete's releases.
Changelog
Sourced from clap_complete's changelog.
Commits
c8c9355chore: Releaseaf74defdocs: Update changelogc96f222Merge pull request #6368 from truffle-dev/fix/fish-env-escaping49a05cdfix(complete): Two-pass quote fish env-completere791004test(complete): Snapshot fish env quoting cases87ec1adchore: Release78f2529docs: Update changelogb61f270Merge pull request #6369 from Metbcy/fix/zsh-completion-ordering74c6666fix(complete): Keep zsh candidate orderd142d8fMerge pull request #6360 from epage/stringUpdates
similarfrom 2.7.0 to 3.1.1Changelog
Sourced from similar's changelog.
... (truncated)
Commits
0210f53chore(release): prepare 3.1.1bc9657ddocs(changelog): update unreleased changesd154c8bfix(algorithms): preserve diff op cursors53c943efeat: Update screenshot5d1f1b6ref: rename diff examples8577da2fix: rustfmt8ae2c3fchore(release): prepare 3.1.037dfae4Adduseclause to iterator types for improved lifetime management (#93)6e321adfeat(api): add capture_diff_slices_by_keyd943be3feat: Added a float bucket exampleUpdates
semverfrom 1.0.27 to 1.0.28Release notes
Sourced from semver's releases.
Commits
7625c7aRelease 1.0.28fd404d0Merge pull request 351 from czy-29/masterf75f26eThedoc_auto_cfganddoc_cfgfeatures have been merged9e2bfa2Enableserdeondocs.rsand automatically addserdeflag to the docs8591f23Unpin CI miri toolchain66bdd2cPin CI miri to nightly-2026-02-11324ffceSwitch from cargo bench to criterion34133a5Update actions/upload-artifact@v5 -> v67f935ffUpdate actions/upload-artifact@v4 -> v5c07fb91Switch from test::black_box to std::hint::black_boxUpdates
calaminefrom 0.32.0 to 0.35.0Release notes
Sourced from calamine's releases.