-
Notifications
You must be signed in to change notification settings - Fork 1
Bump the minor group across 1 directory with 21 updates #939
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
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
a506de8
to
f15ff3d
Compare
Bumps the minor group with 20 updates in the / directory: | Package | From | To | | --- | --- | --- | | [kittycad](https://github.com/KittyCAD/kittycad.rs) | `0.3.36` | `0.3.41` | | [clap](https://github.com/clap-rs/clap) | `4.5.35` | `4.5.47` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.27` | `0.23.4` | | [chrono](https://github.com/chronotope/chrono) | `0.4.40` | `0.4.42` | | [cxx](https://github.com/dtolnay/cxx) | `1.0.153` | `1.0.180` | | [data-encoding](https://github.com/ia0/data-encoding) | `2.8.0` | `2.9.0` | | [enum-iterator](https://github.com/stephaneyfx/enum-iterator) | `2.1.0` | `2.3.0` | | [parse-display](https://github.com/frozenlib/parse-display) | `0.9.1` | `0.10.0` | | [parse-display-derive](https://github.com/frozenlib/parse-display) | `0.9.1` | `0.10.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.139` | `1.0.143` | | [tabled](https://github.com/zhiburt/tabled) | `0.18.0` | `0.20.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.16.0` | `1.18.1` | | [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.11.2` | | [criterion](https://github.com/bheisler/criterion.rs) | `0.5.1` | `0.7.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.15` | `0.12.23` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` | `2.0.16` | | [tokio](https://github.com/tokio-rs/tokio) | `1.44.2` | `1.47.1` | | [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) | `0.24.0` | `0.27.0` | | [color-eyre](https://github.com/eyre-rs/eyre) | `0.6.3` | `0.6.5` | | [image](https://github.com/image-rs/image) | `0.25.1` | `0.25.8` | Updates `kittycad` from 0.3.36 to 0.3.41 - [Release notes](https://github.com/KittyCAD/kittycad.rs/releases) - [Commits](KittyCAD/kittycad.rs@v0.3.36...v0.3.41) Updates `clap` from 4.5.35 to 4.5.47 - [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.35...clap_complete-v4.5.47) Updates `toml_edit` from 0.22.27 to 0.23.4 - [Commits](toml-rs/toml@v0.22.27...v0.23.4) Updates `chrono` from 0.4.40 to 0.4.42 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.40...v0.4.42) Updates `cxx` from 1.0.153 to 1.0.180 - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](dtolnay/cxx@1.0.153...1.0.180) Updates `data-encoding` from 2.8.0 to 2.9.0 - [Commits](ia0/data-encoding@v2.8.0...v2.9.0) Updates `enum-iterator` from 2.1.0 to 2.3.0 - [Commits](stephaneyfx/enum-iterator@2.1.0...2.3.0) Updates `enum-iterator-derive` from 1.4.0 to 1.5.0 - [Commits](stephaneyfx/enum-iterator@1.4.0...1.5.0) Updates `parse-display` from 0.9.1 to 0.10.0 - [Changelog](https://github.com/frozenlib/parse-display/blob/master/CHANGELOG.md) - [Commits](frozenlib/parse-display@v0.9.1...v0.10.0) Updates `parse-display-derive` from 0.9.1 to 0.10.0 - [Changelog](https://github.com/frozenlib/parse-display/blob/master/CHANGELOG.md) - [Commits](frozenlib/parse-display@v0.9.1...v0.10.0) Updates `serde_json` from 1.0.139 to 1.0.143 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.139...v1.0.143) Updates `tabled` from 0.18.0 to 0.20.0 - [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md) - [Commits](https://github.com/zhiburt/tabled/commits) Updates `uuid` from 1.16.0 to 1.18.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.16.0...v1.18.1) Updates `regex` from 1.11.1 to 1.11.2 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.1...1.11.2) Updates `criterion` from 0.5.1 to 0.7.0 - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.5.1...0.7.0) Updates `reqwest` from 0.12.15 to 0.12.23 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.15...v0.12.23) Updates `thiserror` from 2.0.12 to 2.0.16 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.12...2.0.16) Updates `tokio` from 1.44.2 to 1.47.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.47.1) Updates `tokio-tungstenite` from 0.24.0 to 0.27.0 - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.24.0...v0.27.0) Updates `color-eyre` from 0.6.3 to 0.6.5 - [Commits](https://github.com/eyre-rs/eyre/compare/[email protected]) Updates `image` from 0.25.1 to 0.25.8 - [Changelog](https://github.com/image-rs/image/blob/v0.25.8/CHANGES.md) - [Commits](image-rs/image@v0.25.1...v0.25.8) --- updated-dependencies: - dependency-name: kittycad dependency-version: 0.3.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: clap dependency-version: 4.5.47 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: toml_edit dependency-version: 0.23.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: chrono dependency-version: 0.4.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: cxx dependency-version: 1.0.180 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: data-encoding dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: enum-iterator dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: enum-iterator-derive dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: parse-display dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: parse-display-derive dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: serde_json dependency-version: 1.0.143 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: tabled dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: uuid dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: regex dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: criterion dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: reqwest dependency-version: 0.12.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: thiserror dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: tokio-tungstenite dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: color-eyre dependency-version: 0.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: image dependency-version: 0.25.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
f15ff3d
to
f595e1d
Compare
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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
minor
rust
Pull requests that update Rust code
0 participants
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 minor group with 20 updates in the / directory:
0.3.36
0.3.41
4.5.35
4.5.47
0.22.27
0.23.4
0.4.40
0.4.42
1.0.153
1.0.180
2.8.0
2.9.0
2.1.0
2.3.0
0.9.1
0.10.0
0.9.1
0.10.0
1.0.139
1.0.143
0.18.0
0.20.0
1.16.0
1.18.1
1.11.1
1.11.2
0.5.1
0.7.0
0.12.15
0.12.23
2.0.12
2.0.16
1.44.2
1.47.1
0.24.0
0.27.0
0.6.3
0.6.5
0.25.1
0.25.8
Updates
kittycad
from 0.3.36 to 0.3.41Commits
8ffd442
refactor(kittycad): format capture engaged, serde tests added, 0.3.41 (#805)5927719
chore(release): 0.3.40, less boilerplate via captured fmt strings, Morty (#804)7b52790
bump version (#802)7ba9c3e
Update api spec (#801)ab795d6
Update api spec (#794)d381181
Update api spec (#792)95084ec
Bump dirs from 5.0.1 to 6.0.0 in the major group (#791)345b954
update tungstenite (#788)01a5db9
Bump the minor group across 1 directory with 16 updates (#785)f2eb1a7
Bump actions/create-github-app-token from 1 to 2 in the major group (#738)Updates
clap
from 4.5.35 to 4.5.47Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
f046ca6
chore: Release436949d
docs: Update changelog1ddab84
Merge pull request #5954 from epage/tests8a66dbf
test(complete): Add more native cases76465cf
test(complete): Make things more consistent232cedb
test(complete): Remove redundant index02244a6
Merge pull request #5949 from krobelus/option-name-completions-after-positionals2e13847
fix(complete): Missing options in multi-val arg74388d7
test(complete): Multi-valued, unbounded positional5b3d45f
refactor(complete): Extract function for optionsUpdates
toml_edit
from 0.22.27 to 0.23.4Commits
9154dcb
chore: Release38f445c
docs: Update changelog1ce8a75
feat(edit): Expose Table::span (#1031)290c28f
feat(edit): Expose Table::spanb2bc739
chore(deps): Update Rust Stable to v1.89 (#1026)bd21148
chore: Releaseff1cb9a
docs: Update changelog39dd8b6
fix(parser): Improve bad quote error messages (#1014)137338e
chore(deps): Update Rust crate serde_json to v1.0.142 (#1022)2126e6a
chore: ReleaseUpdates
chrono
from 0.4.40 to 0.4.42Release notes
Sourced from chrono's releases.
Commits
f3fd15f
Bump version to 0.4.425cf5603
strftime: add regression test casea623170
strftime: simplify error handling36fbfb1
strftime: move specifier handling out of match to reduce rightward drift7f413c3
strftime: yield None early9d5dfe1
strftime: outline constantse5f6be7
strftime: move error() method below callerd516c27
strftime: merge impl blocks0ee2172
strftime: re-order items to keep impls together757a8b0
Upgrade to windows-bindgen 0.63Updates
cxx
from 1.0.153 to 1.0.180Release notes
Sourced from cxx's releases.
... (truncated)
Commits
c047ff7
Release 1.0.18022b3367
Delete unneeded codespan-reporting fixup9b39705
Revert unexpected_cfgs from expect to allow837fa68
Lockfile update776c295
Merge pull request #1623 from dtolnay/elidedstrca11dbe
Fix contains_elided_lifetime for &'static str6525e17
Release 1.0.17987761ce
Merge pull request #1621 from dtolnay/elision97ee444
Fix lifetime elision in return type of extern type methodsc5ca07e
Add test of lifetime elision on type aliasUpdates
data-encoding
from 2.8.0 to 2.9.0Commits
4fce77c
Release 2.9.0 (#138)d816163
Add encode_mut_str to guarantee UTF-8 for safe callers (#137)ec53217
Update doc badge in README.md (#135)Updates
enum-iterator
from 2.1.0 to 2.3.0Commits
2fbee6d
Bump version789bd64
Document custom crate path993f9ae
Bump versions3efc38b
Allow specifying the crate path in generated codeUpdates
enum-iterator-derive
from 1.4.0 to 1.5.0Commits
0a3fbd0
Bump versions410abab
Fix Sequence for Option<Empty>929b68a
Implement Sequence for Ordering and Poll19e86f7
Link to where usefulSequence
-related functions are definedb10fbb1
Set resolver to 2 in workspace5921f6e
Relicense to MIT9d472a1
Bump package versions260f1c4
Update to syn 2.0Updates
parse-display
from 0.9.1 to 0.10.0Changelog
Sourced from parse-display's changelog.
Commits
de8546b
Version 0.10.0.384022a
Simplify.130f2bc
Fix document.126e356
Fix document for#[display(...)]
.0c4f68c
Add documentation regarding the behavior when both#[display("...")]
and `#...dc14a2b
Change behavior when both '#[display(...)]' and '#[from_str(regex = "...")]' ...5a13cb8
Add test.1b5f31a
Rename variable.43b101f
Improve error messages for compile errors caused by the expression specified ...18d4bdd
Refactor: UseVec
instead ofBTreeMap
inParserBuilder::with
.Updates
parse-display-derive
from 0.9.1 to 0.10.0Changelog
Sourced from parse-display-derive's changelog.
Commits
de8546b
Version 0.10.0.384022a
Simplify.130f2bc
Fix document.126e356
Fix document for#[display(...)]
.0c4f68c
Add documentation regarding the behavior when both#[display("...")]
and `#...dc14a2b
Change behavior when both '#[display(...)]' and '#[from_str(regex = "...")]' ...5a13cb8
Add test.1b5f31a
Rename variable.43b101f
Improve error messages for compile errors caused by the expression specified ...18d4bdd
Refactor: UseVec
instead ofBTreeMap
inParserBuilder::with
.Updates
serde_json
from 1.0.139 to 1.0.143Release notes
Sourced from serde_json's releases.
Commits
10102c4
Release 1.0.1432a5b853
Replace super::super with absolute path within crate447170b
Merge pull request 1271 from mickvangelderen/mick/impl-from-str-for-mapec190d6
Merge pull request #1264 from xlambein/master8be6647
Merge pull request #1268 from SOF3/compact-defaultba5b3cc
Revert "Pin nightly toolchain used for miri job"1731167
Release 1.0.142e51c814
Touch up PR 126584abbdb
Merge pull request #1265 from aatifsyed/master6843c36
Release 1.0.141Updates
tabled
from 0.18.0 to 0.20.0Changelog
Sourced from tabled's changelog.
... (truncated)
Commits
Updates
uuid
from 1.16.0 to 1.18.1Release notes
Sourced from uuid's releases.
Commits
50d8e79
Merge pull request #842 from uuid-rs/cargo/v1.18.17948592
prepare for 1.18.1 release6d847c7
Merge pull request #841 from uuid-rs/chore/unsafe-cleanup675cccc
re-gate zerocopy behind unstable feature flag4dd5828
Remove some unsafe; stabilize zerocopy60a49eb
Merge pull request #839 from uuid-rs/cargo/v1.18.0eb8c697
prepare for 1.18.0 release281f26f
Merge pull request #838 from uuid-rs/chore/time-conversion2d67ab2
don't use allocated values in errorsc284ed5
wrap the error type used in time conversionsUpdates
regex
from 1.11.1 to 1.11.2Changelog
Sourced from regex's changelog.
Commits
d0aa586
1.11.2a3bf4ad
regex-cli-0.2.225a15e2
rure-0.2.345c3da7
regex-lite-0.1.7873ed80
regex-automata-0.4.10ea834f8
regex-syntax-0.8.686836fb
changelog: 1.11.263a26c1
cargo: ensure that 'perf' doesn't enable 'std' implicitly (#1150)dd96592
doc: clarify CRLF mode effect931dae0
cargo: pointrepository
metadata to clonable URLsUpdates
criterion
from 0.5.1 to 0.7.0Changelog
Sourced from criterion's changelog.
Commits
567405d
release: bump criterion and criterion-plot versions (#878)ccccbcc
fix: deal with throughput in bits (#861)deb0eb0
feat: support throughput reports in bits (#833)d4fd7cc
Add CI job checking library builds with oldest allowed dependencies (#854)43bf90a
release version 0.6.0 (#860)92696e4
deps: unpin clap (#858)5756a5d
chore: bump MSRV to 1.80 (#859)9d887c0
Fixed typo in faq.md (#852)59b791a
ci: test against MSRV and 1.87 (#857)ace1cc9
Fix warnings from clippy (rust 1.87.0) (#856)Updates
reqwest
from 0.12.15 to 0.12.23Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
... (truncated)
Commits
ae7375b
v0.12.239aacdc1
feat: add dns_resolver2 that is more ergonomic and flexible (#2793)221be11
refactor: loosen retryfor_host
parameter bounds (#2792)acd1b05
feat: add reqwest::retry policies (#2763)54b6022
feat: addClientBuilder::unix_socket()
option (#2624)6358cef
fix: add default tcp keepalive and user_timeout values (#2780)21226a5
style(client): usestd::task::ready!
macro to simplify Poll branch matching...82086e7
feat: add request cache options for wasm (#2775)2a0f7a3
ci: use msrv-aware cargo in msrv job (#2779)f186803
fix(proxy): restore default port 1080 for SOCKS proxies without explicit port...Updates
thiserror
from 2.0.12 to 2.0.16Release notes
Sourced from thiserror's releases.