chore(deps): bump the dependencies group across 1 directory with 6 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(9 months ago)
(9 months ago)
dependencies rust
Bumps the dependencies group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| indicatif | 0.17.11 |
0.18.0 |
| tempfile | 3.20.0 |
3.21.0 |
| toml | 0.8.23 |
0.9.4 |
| rstest | 0.25.0 |
0.26.1 |
| cargo_metadata | 0.20.0 |
0.22.0 |
| const-str | 0.6.4 |
0.7.0 |
Updates indicatif from 0.17.11 to 0.18.0
Release notes
Sourced from indicatif's releases.
0.18.0
Unfortunately 0.17.12 had to be yanked because the console upgrade was a semver-incompatible change. Rerelease as 0.18.0 instead.
What's Changed
- Bump version to 0.18.0 by
@djcin console-rs/indicatif#7150.17.12
What's Changed
- Add ProgressBar::force_draw by
@jahebain console-rs/indicatif#689- Use width to truncate
HumanFloatCountvalues by@ReagentXin console-rs/indicatif#696ProgressStyleenable/disable colors based on draw target by@tonywu6in console-rs/indicatif#699- Switch dep number_prefix to unit_prefix by
@kimono-koansin console-rs/indicatif#709- draw_target: inline the format arg to silence clippy by
@chris-laplantein console-rs/indicatif#711- Upgrade to console 0.16 by
@djcin console-rs/indicatif#712
Commits
354b732Bump version to 0.18.0f46ba0aBump version to 0.17.129f08f12Upgrade to console 0.169afc362draw_target: inline the format arg to silence clippy880d8ceSwitch from number_prefix to unit-prefix (#709)458e4dcProgressStyleenable/disable colors based on draw target (#699)abd2181Use width to truncateHumanFloatCountvalues (#696)79ea085Add ProgressBar::force_draw (#689)- See full diff in compare view
Updates tempfile from 3.20.0 to 3.21.0
Changelog
Sourced from tempfile's changelog.
3.21.0
- Updated
windows-sysrequirement to allow version 0.60.x
Commits
48bff5ftest(tempdir): configure tempdir on wasi704a1d2test(tempdir): cleanup tempdir tests and run more tests on wasia0dc80dAdd Android CI target (#367)4ad1ae6chore(release): release 3.21.03849eddbuild(deps): bump actions/checkout from 4 to 5 (#368)0657fdfbuild(deps): update windows-sys requirement <0.61 (#360)69b95c7ci: fix was tests in CI (#361)- See full diff in compare view
Updates toml from 0.8.23 to 0.9.4
Commits
2126e6achore: Releasefa2100adocs: Update changelog0c75bbdfeat(toml): Expose DeInteger/DeFloat as_str/radix (#1021)e3d64dffeat(toml): Expose DeFloat::as_strffdd211feat(toml): Expose DeInteger::as_str/radix9e7adccdocs(readme): Fix links to crates (#1020)73d04e2docs(readme): Fix links to cratesda667e8chore: Releaseb1327fbdocs: Update changelogfb53468fix(toml): Don't enable std in toml_writer (#1019)- Additional commits viewable in compare view
Updates rstest from 0.25.0 to 0.26.1
Release notes
Sourced from rstest's releases.
0.26.1
Fix Docs
Full Changelog: https://github.com/la10736/rstest/compare/v0.26.0...v0.26.1
0.26.0
What's Changed
- docs: fix filemode examples by
@lucascool12in la10736/rstest#301- Issue #306. Ignore folders by
@Obito-gitin la10736/rstest#307- Hide generated items in documentation by
@wiktor-kin la10736/rstest#309- 313_fix by
@la10736in la10736/rstest#314- fix: do not depend by default on
async-stdby@coriolinusin la10736/rstest#311- Add permission for empty_structs_with_brackets in fixture by
@bugRangerin la10736/rstest#317- Touch up indentation used for examples in the README by
@fgimianin la10736/rstest#318- Make #[files(...)] work on Windows by
@twz123in la10736/rstest#322- Finalize #311 by
@la10736in la10736/rstest#323- Make clippy happy by
@la10736in la10736/rstest#324New Contributors
@Obito-gitmade their first contribution in la10736/rstest#307@wiktor-kmade their first contribution in la10736/rstest#309@coriolinusmade their first contribution in la10736/rstest#311@bugRangermade their first contribution in la10736/rstest#317@fgimianmade their first contribution in la10736/rstest#318@twz123made their first contribution in la10736/rstest#322Full Changelog: https://github.com/la10736/rstest/compare/v0.25.0...v0.26.0
Changelog
Sourced from rstest's changelog.
[0.26.1] 2025/7/27
Fixed
- Docs
[0.26.0] 2025/7/26
Changed
- The
#[files(...)]attribute now ignores matched directory paths by default. See #306 thanks to@Obito-git.Add
- Introduced the
#[dirs]attribute, which can be used with#[files(...)]to explicitly include directory paths. See #306 thanks to@Obito-git.- The CI now runs builds and tests on Windows, as well.
#[test_attr]to define test attribute explicit and also enable the use of#[macro_rules_attribute::apply(<macro>)]: naw alsosmolworks. See #303 #311 #315 thanks to@coriolinus.Fixed
- Removed unsued trait and impl spotted out on
1.89.0-nightly- Add missed tests about ignore attribute's args in
rstestexpansion. See #313- The
#[files(...)]attribute now works reliably on Windows.- Now global attributes can go everywhere in the list also where case is used
Commits
7a326c8Should rollback version used to testa16a802Should rollback version used to test98e8867Merge remote-tracking branch 'origin/master'f444788Bump version 0.26.15eab9acBump version 0.26.1971f6adBump version 0.26.1edfdd89Fixed docs and readmeab24b5bBump version 0.26.0-deve18375bBump Version 0.26.0dcea54fMake clippy happy- Additional commits viewable in compare view
Updates cargo_metadata from 0.20.0 to 0.22.0
Changelog
Sourced from cargo_metadata's changelog.
[0.22.0] - TBD
Added
- Added
pub fn env_remove<K: Into<OsString>>(&mut self, key: K) -> &mut MetadataCommandtoMetadataCommand.- Added export of
cargo_platformat crate's root module.Changed
- Updated dependencies:
caminofrom1.0.7to1.1.10cargo_platformfrom0.2.0to0.3.0derive_builderfrom0.12to0.20semverfrom1.0.7to1.0.26serde_jsonfrom1.0.118to1.0.142serdefrom1.0.136to1.0.219thiserrorfrom2.0.3to2.0.12- Made
Dependency'ssourcemember the same type asPackage'ssourcemember:Option<Source>.[0.19.0] - 2024-11-20
Added
- Re-exported
semvercrate directly.- Added implementation of
std::ops::Index<&PackageId>forResolve.- Added
pub fn is_kind(&self, name: TargetKind) -> booltoTarget.- Added derived implementations of
PartialEq,EqandHashforMetadataand its members' types.- Added default fields to
PackageBuilder.- Added
pub fn new(name:version:id:path:) -> SelftoPackageBuilderfor providing all required fields upfront.Changed
- Bumped MSRV from
1.42.0to1.56.0.- Made
parse_streammore versatile by accepting anything that implementsRead.- Converted
TargetKindandCrateTypeto an enum representation.Removed
- Removed re-exports for
BuildMetadataandPrereleasefromsemvercrate.- Removed
.is_lib(…),.is_bin(…),.is_example(…),.is_test(…),.is_bench(…),.is_custom_build(…), and.is_proc_macro(…)fromTarget(in favor of adding.is_kind(…)).Fixed
- Added missing
manifest_pathfield toArtifact. Fixes #187.[0.15.0] - 2022-06-22
Added
- Re-exported
BuildMetadataandPrereleasefromsemvercrate.
... (truncated)
Commits
26a611cMerge pull request #303 from regexident/update-dependencies995e895Prepare release of version0.22.02349ffdUpdate dependencies6ab186fMerge pull request #302 from regexident/export-cargo-platforma36f425Exportcargo_platformfrom crate root70018a8Update main.yml523cfbebump msrvb1a61d3bump version0f300d5Merge pull request #295 from smoelius/update-cargo-util-schemas4b28226Merge pull request #300 from joeferner/fix-node-dep-name- Additional commits viewable in compare view
Updates const-str from 0.6.4 to 0.7.0
Release notes
Sourced from const-str's releases.
v0.7.0
What's Changed
- Add support for
&[char]pattern insplit!andsplit_inclusive!macros by@Copilotin Nugine/const-str#39- Fix convert_ascii_case! heck mismatch for non-ASCII characters by
@Copilotin Nugine/const-str#40- Add GitHub Copilot agent configuration files by
@Copilotin Nugine/const-str#43- Add const-fn compatible trim_ascii! macros for string trimming by
@Copilotin Nugine/const-str#45Full Changelog: https://github.com/Nugine/const-str/compare/v0.6.4...v0.7.0
Commits
7a49d85release v0.7.09a9c489Add const-fn compatible trim_ascii! macros for string trimming (#45)9f76b00fix(copilot): setup stepse545249Add GitHub Copilot agent configuration files (#43)ffcedc5bump to v0.7.0-devd860c8dFix convert_ascii_case! heck mismatch for non-ASCII characters (#40)7f9143cAdd support for&[char]pattern insplit!andsplit_inclusive!macros (...- See full diff 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 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
Pull Request Statistics
1
2
+56
-26
Package Dependencies
Technical Details
| ID: | 6677942 |
| UUID: | 2793560738 |
| Node ID: | PR_kwDOMjFuk86mglqi |
| Host: | GitHub |
| Repository: | stackmystack/tsdl |
| Merge State: | Unknown |