Skip to content

Commit

Permalink
Bump the non-critical group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the non-critical group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.94` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.12.1` | `0.13.0` |
| [smol_str](https://github.com/rust-analyzer/smol_str) | `0.2.2` | `0.3.2` |
| [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.18` | `0.3.19` |
| [libc](https://github.com/rust-lang/libc) | `0.2.166` | `0.2.167` |
| [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.22` |



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

Updates `itertools` from 0.12.1 to 0.13.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.1...v0.13.0)

Updates `smol_str` from 0.2.2 to 0.3.2
- [Changelog](https://github.com/rust-analyzer/smol_str/blob/master/CHANGELOG.md)
- [Commits](rust-analyzer/smol_str@v0.2.2...v0.3.2)

Updates `tracing-subscriber` from 0.3.18 to 0.3.19
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19)

Updates `libc` from 0.2.166 to 0.2.167
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.167/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.166...0.2.167)

Updates `clap` from 4.5.21 to 4.5.22
- [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.21...clap_complete-v4.5.22)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-critical
- dependency-name: smol_str
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-critical
- dependency-name: tracing-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 3084a61 commit 7072320
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 28 deletions.
84 changes: 59 additions & 25 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ crossbeam = "0.8.4"
governor = { version = "0.7.0", default-features = false, features = ["std", "quanta"] }
indent = "0.1.1"
indoc = "2"
itertools = "0.12.1"
itertools = "0.13.0"
jod-thread = "0.1.2"
lsp-server = "0.7.7"
lsp-types = "=0.95.0"
Expand All @@ -46,7 +46,7 @@ scarb-proc-macro-server-types = "0.1"
scarb-stable-hash = "1"
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = "1.0.116"
smol_str = { version = "0.2.0", features = ["serde"] }
smol_str = { version = "0.3.2", features = ["serde"] }
tempfile = "3"
toml = "0.8"
tracing = "0.1"
Expand All @@ -55,7 +55,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
which = "7.0.0"

[target.'cfg(target_vendor = "apple")'.dependencies]
libc = "0.2.155"
libc = "0.2.167"

[dev-dependencies]
assert_fs = "1.1"
Expand Down

0 comments on commit 7072320

Please sign in to comment.