Skip to content
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

chore(deps): bump the cargo-all-dependencies group with 12 updates #119

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 15, 2024

Bumps the cargo-all-dependencies group with 12 updates:

Package From To
thiserror 1.0.59 1.0.61
swc_common 0.33.25 0.33.26
swc_ecma_ast 0.112.8 0.113.0
swc_ecma_parser 0.143.16 0.144.0
clap 3.2.25 4.5.7
serde 1.0.198 1.0.203
serde_json 1.0.116 1.0.117
sqlparser 0.45.0 0.47.0
regex 1.10.4 1.10.5
tokio 1.37.0 1.38.0
async-recursion 1.1.0 1.1.1
bb8 0.8.3 0.8.5

Updates thiserror from 1.0.59 to 1.0.61

Release notes

Sourced from thiserror's releases.

1.0.61

  • Use core::fmt and core::panic to facilitate error_in_core support (#299, thanks @​jordens)

1.0.60

  • Resolve unexpected_cfgs warning (#298)
Commits

Updates swc_common from 0.33.25 to 0.33.26

Commits

Updates swc_ecma_ast from 0.112.8 to 0.113.0

Commits

Updates swc_ecma_parser from 0.143.16 to 0.144.0

Commits

Updates clap from 3.2.25 to 4.5.7

Release notes

Sourced from clap's releases.

v4.5.7

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args

v4.5.6

[4.5.6] - 2024-06-06

v4.5.4

[4.5.4] - 2024-03-25

Fixes

  • (derive) Allow non-literal #[arg(id)] attributes again

v4.5.3

[4.5.3] - 2024-03-15

Internal

  • (derive) Update heck

v4.5.2

[4.5.2] - 2024-03-06

Fixes

  • (macros) Silence a warning

v4.5.1

[4.5.1] - 2024-02-16

Fixes

  • (error) Include suggestion to add -- even if there is a "did you mean" so long as last or trailing_var_arg is used

v4.5.0

No release notes provided.

v4.4.18

[4.4.18] - 2024-01-16

Fixes

  • (error) When lacking usage feature, ensure the list of required arguments is unique

v4.4.17

[4.4.17] - 2024-01-15

... (truncated)

Changelog

Sourced from clap's changelog.

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args

[4.5.6] - 2024-06-06

[4.5.5] - 2024-06-06

Fixes

  • Allow exclusive to override required_unless_present, required_unless_present_any, required_unless_present_all

[4.5.4] - 2024-03-25

Fixes

  • (derive) Allow non-literal #[arg(id)] attributes again

[4.5.3] - 2024-03-15

Internal

  • (derive) Update heck

[4.5.2] - 2024-03-06

Fixes

  • (macros) Silence a warning

[4.5.1] - 2024-02-16

Fixes

  • (error) Include suggestion to add -- even if there is a "did you mean" so long as last or trailing_var_arg is used

[4.5.0] - 2024-02-08

Compatibility

  • Update MSRV to 1.74

[4.4.18] - 2024-01-16

Fixes

  • (error) When lacking usage feature, ensure the list of required arguments is unique

... (truncated)

Commits

Updates serde from 1.0.198 to 1.0.203

Release notes

Sourced from serde's releases.

v1.0.203

  • Documentation improvements (#2747)

v1.0.202

  • Provide public access to RenameAllRules in serde_derive_internals (#2743)

v1.0.201

  • Resolve unexpected_cfgs warning (#2737)

v1.0.200

  • Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#2733, thanks @​jamessan)

v1.0.199

  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#2732, thanks @​aatifsyed)
Commits
  • d5bc546 Release 1.0.203
  • 45ae217 Merge pull request #2747 from dtolnay/variadic
  • b7b97dd Unindent implementation inside tuple_impl_body macro
  • 5d3c563 Document tuple impls as fake variadic
  • 3761854 Merge pull request #2745 from dtolnay/docsrs
  • a8f1484 Rely on docs.rs to define --cfg=docsrs by default
  • 9e32a40 Release 1.0.202
  • 87f635e Release serde_derive_internals 0.29.1
  • d4b2dfb Merge pull request #2743 from dtolnay/renameallrules
  • f6ab0bc Provide public access to RenameAllRules in serde_derive_internals
  • Additional commits viewable in compare view

Updates serde_json from 1.0.116 to 1.0.117

Release notes

Sourced from serde_json's releases.

v1.0.117

  • Resolve unexpected_cfgs warning (#1130)
Commits

Updates sqlparser from 0.45.0 to 0.47.0

Changelog

Sourced from sqlparser's changelog.

[0.47.0] 2024-06-01

Fixed

Added

[0.46.0] 2024-05-03

Changed

  • Consolidate representation of function calls, remove AggregateExpressionWithFilter, ArraySubquery, ListAgg and ArrayAgg (#1247) - Thanks jmhain
  • Extended dialect trait to support numeric prefixed identifiers (#1188) - Thanks @​groobyming
  • Update simple_logger requirement from 4.0 to 5.0 (#1246) - Thanks @​dependabot
  • Improve parsing of JSON accesses on Postgres and Snowflake (#1215) - Thanks @​jmhain
  • Encapsulate Insert and Delete into specific structs (#1224) - Thanks @​tisonkun
  • Preserve double colon casts (and simplify cast representations) (#1221) - Thanks @​jmhain

Fixed

Added

... (truncated)

Commits

Updates regex from 1.10.4 to 1.10.5

Changelog

Sourced from regex's changelog.

1.10.5 (2024-06-09)

This is a new patch release with some minor fixes.

Bug fixes:

Commits
  • 0718fc5 1.10.5
  • 377463b changelog: 1.10.4 and 1.10.5
  • 68c4f0b regex-automata-0.4.7
  • 4757b5f regex-syntax-0.8.4
  • 1430b65 changelog: 1.10.4
  • 1f9f9cc bytes: escape invalid UTF-8 bytes in debug output for Match
  • ab4c8d1 doc: fix duplicate phrasing typo
  • ddeb85e cli/deps: update memmap2 to 0.9
  • 023f1c9 lite: fix attribute warning about rustfmt
  • 9c139f4 syntax: simplify Hir::dot constructors
  • Additional commits viewable in compare view

Updates tokio from 1.37.0 to 1.38.0

Release notes

Sourced from tokio's releases.

Tokio v1.38.0

This release marks the beginning of stabilization for runtime metrics. It stabilizes RuntimeMetrics::worker_count. Future releases will continue to stabilize more metrics.

Added

  • fs: add File::create_new (#6573)
  • io: add copy_bidirectional_with_sizes (#6500)
  • io: implement AsyncBufRead for Join (#6449)
  • net: add Apple visionOS support (#6465)
  • net: implement Clone for NamedPipeInfo (#6586)
  • net: support QNX OS (#6421)
  • sync: add Notify::notify_last (#6520)
  • sync: add mpsc::Receiver::{capacity,max_capacity} (#6511)
  • sync: add split method to the semaphore permit (#6472, #6478)
  • task: add tokio::task::join_set::Builder::spawn_blocking (#6578)
  • wasm: support rt-multi-thread with wasm32-wasi-preview1-threads (#6510)

Changed

  • macros: make #[tokio::test] append #[test] at the end of the attribute list (#6497)
  • metrics: fix blocking_threads count (#6551)
  • metrics: stabilize RuntimeMetrics::worker_count (#6556)
  • runtime: move task out of the lifo_slot in block_in_place (#6596)
  • runtime: panic if global_queue_interval is zero (#6445)
  • sync: always drop message in destructor for oneshot receiver (#6558)
  • sync: instrument Semaphore for task dumps (#6499)
  • sync: use FIFO ordering when waking batches of wakers (#6521)
  • task: make LocalKey::get work with Clone types (#6433)
  • tests: update nix and mio-aio dev-dependencies (#6552)
  • time: clean up implementation (#6517)
  • time: lazily init timers on first poll (#6512)
  • time: remove the true_when field in TimerShared (#6563)
  • time: use sharding for timer implementation (#6534)

Fixed

  • taskdump: allow building taskdump docs on non-unix machines (#6564)
  • time: check for overflow in Interval::poll_tick (#6487)
  • sync: fix incorrect is_empty on mpsc block boundaries (#6603)

Documented

  • fs: rewrite file system docs (#6467)
  • io: fix stdin documentation (#6581)
  • io: fix obsolete reference in ReadHalf::unsplit() documentation (#6498)
  • macros: render more comprehensible documentation for select! (#6468)
  • net: add missing types to module docs (#6482)
  • net: fix misleading NamedPipeServer example (#6590)

... (truncated)

Commits

Updates async-recursion from 1.1.0 to 1.1.1

Release notes

Sourced from async-recursion's releases.

v1.1.1

What's Changed

Full Changelog: dcchut/async-recursion@v1.1.0...v1.1.1

Commits

Updates bb8 from 0.8.3 to 0.8.5

Release notes

Sourced from bb8's releases.

0.8.5

What's Changed

v0.8.4

What's Changed

Commits
  • 69382d6 Bump 0.8.5 version
  • 5275f1a Bump to 0.8.4 version
  • 0da9c03 Adds new connections_created statistic
  • 8ad8b75 Adds new statistics attributes for reaped connections
  • fc9a823 Adds new statistics attributes for tracking connections closed
  • 994c79d Rename StatsKind to StatsGetKind
  • d5f6bfa Add new get wait time statistic (#203)
  • 276235a Provide statistics of gets and contention
  • 3190c75 bb8: move State into api module
  • 62597aa CI: pass codecov token
  • Additional commits viewable 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 15, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/cargo-all-dependencies-b29bf0d197 branch from dd587d6 to b23bbd4 Compare June 15, 2024 00:54
Bumps the cargo-all-dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.59` | `1.0.61` |
| [swc_common](https://github.com/swc-project/swc) | `0.33.25` | `0.33.26` |
| [swc_ecma_ast](https://github.com/swc-project/swc) | `0.112.8` | `0.113.0` |
| [swc_ecma_parser](https://github.com/swc-project/swc) | `0.143.16` | `0.144.0` |
| [clap](https://github.com/clap-rs/clap) | `3.2.25` | `4.5.7` |
| [serde](https://github.com/serde-rs/serde) | `1.0.198` | `1.0.203` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.117` |
| [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) | `0.45.0` | `0.47.0` |
| [regex](https://github.com/rust-lang/regex) | `1.10.4` | `1.10.5` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.37.0` | `1.38.0` |
| [async-recursion](https://github.com/dcchut/async-recursion) | `1.1.0` | `1.1.1` |
| [bb8](https://github.com/djc/bb8) | `0.8.3` | `0.8.5` |


Updates `thiserror` from 1.0.59 to 1.0.61
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.59...1.0.61)

Updates `swc_common` from 0.33.25 to 0.33.26
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits)

Updates `swc_ecma_ast` from 0.112.8 to 0.113.0
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits)

Updates `swc_ecma_parser` from 0.143.16 to 0.144.0
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits)

Updates `clap` from 3.2.25 to 4.5.7
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.2.25...v4.5.7)

Updates `serde` from 1.0.198 to 1.0.203
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.198...v1.0.203)

Updates `serde_json` from 1.0.116 to 1.0.117
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.116...v1.0.117)

Updates `sqlparser` from 0.45.0 to 0.47.0
- [Changelog](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion-sqlparser-rs@v0.45.0...v0.47.0)

Updates `regex` from 1.10.4 to 1.10.5
- [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.10.4...1.10.5)

Updates `tokio` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.38.0)

Updates `async-recursion` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/dcchut/async-recursion/releases)
- [Commits](dcchut/async-recursion@v1.1.0...v1.1.1)

Updates `bb8` from 0.8.3 to 0.8.5
- [Release notes](https://github.com/djc/bb8/releases)
- [Commits](djc/bb8@v0.8.3...v0.8.5)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all-dependencies
- dependency-name: swc_common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all-dependencies
- dependency-name: swc_ecma_ast
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all-dependencies
- dependency-name: swc_ecma_parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all-dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-all-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all-dependencies
- dependency-name: sqlparser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all-dependencies
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all-dependencies
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all-dependencies
- dependency-name: async-recursion
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all-dependencies
- dependency-name: bb8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/cargo-all-dependencies-b29bf0d197 branch from b23bbd4 to dffdd52 Compare June 15, 2024 05:20
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 16, 2024
@dependabot dependabot bot deleted the dependabot/cargo/cargo-all-dependencies-b29bf0d197 branch June 16, 2024 07:55
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants