build(deps): bump the dep-updates group across 1 directory with 5 updates#447
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
build(deps): bump the dep-updates group across 1 directory with 5 updates#447dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
…ates Bumps the dep-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.7.0` | `2.7.1` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.9` | `2.0.11` | | [tokio](https://github.com/tokio-rs/tokio) | `1.42.0` | `1.43.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.11.0` | `1.12.0` | Updates `indexmap` from 2.7.0 to 2.7.1 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.7.0...2.7.1) Updates `log` from 0.4.22 to 0.4.25 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.22...0.4.25) Updates `thiserror` from 2.0.9 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.9...2.0.11) Updates `tokio` from 1.42.0 to 1.43.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0) Updates `uuid` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.11.0...1.12.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dep-updates - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dep-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #449. |
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 dep-updates group with 5 updates in the / directory:
2.7.02.7.10.4.220.4.252.0.92.0.111.42.01.43.01.11.01.12.0Updates
indexmapfrom 2.7.0 to 2.7.1Changelog
Sourced from indexmap's changelog.
Commits
42e57a3Merge pull request #369 from cuviper/release-2.7.1f61b581Release 2.7.1cb520a7Merge pull request #368 from cuviper/reserve_entriesf0ec924Merge pull request #367 from savannstm/better-panics38ef618Merge pull request #364 from hkBst/patch-11f12721Improve memory reservation forinsert_entry2f55755Improve panic messages7b64edcAdd#[track_caller]attributes to functions that may panicf63bb6eremove fxhash dep8eb4de5Remove fxhash example from lib.rsUpdates
logfrom 0.4.22 to 0.4.25Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
22be810Merge pull request #663 from rust-lang/cargo/0.4.250279730prepare for 0.4.25 release4099bcbMerge pull request #662 from rust-lang/fix/cargo-features36e7e3frevert loosening of kv cargo features2282191Merge pull request #660 from rust-lang/cargo/0.4.242994f0aprepare for 0.4.24 release5fcb50eMerge pull request #659 from rust-lang/fix/feature-builds29fe9e6fix up feature activationb1824f2use cargo hack in CI to test all feature combinationse6b643dMerge pull request #656 from rust-lang/cargo/0.4.23Updates
thiserrorfrom 2.0.9 to 2.0.11Release notes
Sourced from thiserror's releases.
Commits
0f532e3Release 2.0.113d15543Merge pull request #410 from dtolnay/testnostd1a226aeDisable two more integration tests in no-std mode8b5f2d7Fix unused import in test when built without stdeecd247Add CI step to test with "std" disabled8f2a76bMerge pull request #409 from Maytha8/std-tests693a6cdAdd feature gate to tests that use std349f696Release 2.0.106cd87bcMerge pull request #408 from dtolnay/assoctype6b3e1e5Generate trait bounds on associated typesUpdates
tokiofrom 1.42.0 to 1.43.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
5f3296dchore: prepare Tokio v1.43.0 (#7079)cc974a6chore: prepare tokio-macros v2.5.0 (#7078)15495fdmetrics: improve flexibility of H2Histogram Configuration (#6963)ad41834io: don't callset_lenbefore initializing vector inBlocking(#7054)bd3e857runtime: moveis_join_waker_setassertion inunset_waker(#7072)15f7366runtime: fixLocalRuntimedoc links (#7074)fd2048dci: split miri jobs into unit and integration tests (#7071)e8f3915chore: use unsync loads forunsync_load(#7073)67f1277net: fix ambiguity inTcpStream::try_write_vectoreddocs (#7067)463502cio: clarifyReadBuf::uninitallows initialized buffers as well (#7053)Updates
uuidfrom 1.11.0 to 1.12.0Release notes
Sourced from uuid's releases.
Commits
c5f1d02Merge pull request #784 from uuid-rs/cargo/1.12.04cfbd83fix deprecation versions8f76175prepare for 1.12.0 release358eb34Merge pull request #783 from uuid-rs/feat/non-nil6c5099ealso remove borsh from NonNilUuid for nowb12c690fix up non nil docs38df005remove zerocopy from NonNilUuid for now4021daafix up zerocopy derivesf570b57support equality between NonNilUuid and Uuid4ffd872add a few missing derivesDependabot 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