Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [console](https://github.com/console-rs/console) | `0.15.8` | `0.15.10` |
| [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.217` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.6` | `2.0.9` |
| [which](https://github.com/harryfei/which-rs) | `7.0.0` | `7.0.1` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.94` | `1.0.95` |
| [quote](https://github.com/dtolnay/quote) | `1.0.37` | `1.0.38` |
| [syn](https://github.com/dtolnay/syn) | `2.0.90` | `2.0.93` |


Updates `console` from 0.15.8 to 0.15.10
- [Release notes](https://github.com/console-rs/console/releases)
- [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md)
- [Commits](console-rs/console@0.15.8...0.15.10)

Updates `serde` from 1.0.215 to 1.0.217
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.215...v1.0.217)

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

Updates `which` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@7.0.0...7.0.1)

Updates `anyhow` from 1.0.94 to 1.0.95
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.94...1.0.95)

Updates `quote` from 1.0.37 to 1.0.38
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.37...1.0.38)

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

---
updated-dependencies:
- dependency-name: console
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: serde
  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: which
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: quote
  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 Jan 1, 2025
1 parent 8402c54 commit 211285b
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 72 deletions.
115 changes: 50 additions & 65 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 @@ -107,7 +107,7 @@ xshell = "0.2.6"
async-trait = "0.1.81"
bytes = "1.7.2"
clap = { version = "4.5.16", features = ["cargo", "derive"] }
console = "0.15.8"
console = "0.15.10"
ctrlc = { version = "3.4.5", features = ["termination"] }
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
dirs-next = "2.0.0"
Expand All @@ -119,9 +119,9 @@ macro_rules_attribute = "0.2.0"
pacaptr-macros = { path = "crates/pacaptr-macros", version = "0.22.0" }
paste = "1.0.15"
regex = { workspace = true }
serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
tap = "1.0.1"
thiserror = "2.0.3"
thiserror = "2.0.9"
thiserror-ext = "0.2.0"
tokio = { version = "1.40.0", features = [
"io-std",
Expand All @@ -134,7 +134,7 @@ tokio = { version = "1.40.0", features = [
tokio-stream = "0.1.15"
tokio-util = { version = "0.7.11", features = ["codec", "compat"] }
tt-call = "1.0.9"
which = "7.0.0"
which = "7.0.1"

[target.'cfg(windows)'.dependencies]
is_elevated = "0.1.2"
Expand Down
6 changes: 3 additions & 3 deletions crates/pacaptr-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ description = "Implementation of several macros used in pacaptr."
proc-macro = true

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.95"
itertools = { workspace = true }
litrs = { version = "0.4.1", optional = true }
once_cell = { workspace = true }
proc-macro2 = "1.0.86"
quote = { version = "1.0.36", optional = true }
quote = { version = "1.0.38", optional = true }
regex = { workspace = true }
syn = "2.0.79"
syn = "2.0.93"
tabled = "0.17.0"

[features]
Expand Down

0 comments on commit 211285b

Please sign in to comment.