Skip to content

Commit

Permalink
chore(deps): bump the minors group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the minors group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.83` | `0.1.86` |
| [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.27` |
| [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` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.92` | `1.0.93` |
| [syn](https://github.com/dtolnay/syn) | `2.0.93` | `2.0.96` |


Updates `async-trait` from 0.1.83 to 0.1.86
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.83...0.1.86)

Updates `clap` from 4.5.23 to 4.5.27
- [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.23...clap_complete-v4.5.27)

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 `proc-macro2` from 1.0.92 to 1.0.93
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.92...1.0.93)

Updates `syn` from 2.0.93 to 2.0.96
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.93...2.0.96)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minors
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minors
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rami3l committed Feb 3, 2025
1 parent 211285b commit 209bec2
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 45 deletions.
78 changes: 39 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ built = { version = "0.7.4", features = ["git2"] }
xshell = "0.2.6"

[dependencies]
async-trait = "0.1.81"
async-trait = "0.1.86"
bytes = "1.7.2"
clap = { version = "4.5.16", features = ["cargo", "derive"] }
clap = { version = "4.5.27", features = ["cargo", "derive"] }
console = "0.15.10"
ctrlc = { version = "3.4.5", features = ["termination"] }
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
Expand All @@ -121,9 +121,9 @@ paste = "1.0.15"
regex = { workspace = true }
serde = { version = "1.0.217", features = ["derive"] }
tap = "1.0.1"
thiserror = "2.0.9"
thiserror = "2.0.11"
thiserror-ext = "0.2.0"
tokio = { version = "1.40.0", features = [
tokio = { version = "1.43.0", features = [
"io-std",
"io-util",
"macros",
Expand Down
4 changes: 2 additions & 2 deletions crates/pacaptr-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ anyhow = "1.0.95"
itertools = { workspace = true }
litrs = { version = "0.4.1", optional = true }
once_cell = { workspace = true }
proc-macro2 = "1.0.86"
proc-macro2 = "1.0.93"
quote = { version = "1.0.38", optional = true }
regex = { workspace = true }
syn = "2.0.93"
syn = "2.0.96"
tabled = "0.17.0"

[features]
Expand Down

0 comments on commit 209bec2

Please sign in to comment.