Skip to content

Commit

Permalink
Bump the cargo group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.94` | `1.0.95` |
| [colored](https://github.com/mackwic/colored) | `2.1.0` | `2.2.0` |
| [fast-glob](https://github.com/shulaoda/fast-glob) | `0.4.0` | `0.4.1` |
| [semver](https://github.com/dtolnay/semver) | `1.0.23` | `1.0.24` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.134` |
| [which](https://github.com/harryfei/which-rs) | `7.0.0` | `7.0.1` |
| [napi-build](https://github.com/napi-rs/napi-rs) | `2.1.3` | `2.1.4` |



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 `colored` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/mackwic/colored/releases)
- [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md)
- [Commits](colored-rs/colored@v2.1.0...v2.2.0)

Updates `fast-glob` from 0.4.0 to 0.4.1
- [Commits](https://github.com/shulaoda/fast-glob/commits)

Updates `semver` from 1.0.23 to 1.0.24
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.23...1.0.24)

Updates `serde_json` from 1.0.133 to 1.0.134
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.133...v1.0.134)

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 `napi-build` from 2.1.3 to 2.1.4
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/commits/[email protected])

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: colored
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: fast-glob
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: napi-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 2c14c49 commit 21eb7f9
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 116 deletions.
156 changes: 48 additions & 108 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions bindings/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ crate-type = ["cdylib"]
napi = { version = "2.16.13", default-features = false, features = ["napi4", "async"] }
napi-derive = "2.16.13"
cpp-linter = { path = "../../cpp-linter" }
anyhow = "1.0.94"
anyhow = "1.0.95"

[features]
openssl-vendored = ["cpp-linter/openssl-vendored"]

[build-dependencies]
napi-build = "2.0.1"
napi-build = "2.1.4"
12 changes: 6 additions & 6 deletions cpp-linter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.94"
anyhow = "1.0.95"
chrono = "0.4.39"
clap = "4.5.23"
colored = "2.1.0"
fast-glob = "0.4.0"
colored = "2.2.0"
fast-glob = "0.4.1"
futures = "0.3.31"
git2 = "0.19.0"
lenient_semver = "0.4.2"
Expand All @@ -27,14 +27,14 @@ openssl = { version = "0.10", features = ["vendored"], optional = true }
openssl-probe = { version = "0.1", optional = true }
regex = "1.11.1"
reqwest = "0.12.9"
semver = "1.0.23"
semver = "1.0.24"
serde = { version = "1.0.216", features = ["derive"] }
serde-xml-rs = "0.6.0"
serde_json = "1.0.133"
serde_json = "1.0.134"
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"]}
tokio-macros = "2.4.0"
tokio-stream = "0.1.17"
which = "7.0.0"
which = "7.0.1"

[dev-dependencies]
mockito = "1.6.1"
Expand Down

0 comments on commit 21eb7f9

Please sign in to comment.