Skip to content

Commit 8d9c93f

Browse files
Bump the all group across 1 directory with 7 updates
Bumps the all group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.41` | `4.5.43` | | [glob](https://github.com/rust-lang/glob) | `0.3.2` | `0.3.3` | | [libc](https://github.com/rust-lang/libc) | `0.2.174` | `0.2.175` | | [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.142` | | [skim](https://github.com/skim-rs/skim) | `0.20.2` | `0.20.5` | | [attohttpc](https://github.com/sbstp/attohttpc) | `0.30.0` | `0.30.1` | | [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.13.2` | `1.13.3` | Updates `clap` from 4.5.41 to 4.5.43 - [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.41...clap_complete-v4.5.43) Updates `glob` from 0.3.2 to 0.3.3 - [Release notes](https://github.com/rust-lang/glob/releases) - [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md) - [Commits](rust-lang/glob@v0.3.2...v0.3.3) Updates `libc` from 0.2.174 to 0.2.175 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.175/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.174...0.2.175) Updates `serde_json` from 1.0.140 to 1.0.142 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.142) Updates `skim` from 0.20.2 to 0.20.5 - [Release notes](https://github.com/skim-rs/skim/releases) - [Changelog](https://github.com/skim-rs/skim/blob/master/CHANGELOG.md) - [Commits](skim-rs/skim@v0.20.2...v0.20.5) Updates `attohttpc` from 0.30.0 to 0.30.1 - [Release notes](https://github.com/sbstp/attohttpc/releases) - [Commits](sbstp/attohttpc@v0.30.0...v0.30.1) Updates `aws-lc-rs` from 1.13.2 to 1.13.3 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@v1.13.2...v1.13.3) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: glob dependency-version: 0.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: libc dependency-version: 0.2.175 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: skim dependency-version: 0.20.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: attohttpc dependency-version: 0.30.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: aws-lc-rs dependency-version: 1.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 87198ee commit 8d9c93f

File tree

2 files changed

+22
-32
lines changed

2 files changed

+22
-32
lines changed

Cargo.lock

Lines changed: 20 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version = "0.26.0"
1515

1616
[dependencies]
1717
anyhow = "1"
18-
clap = { version = "4.5.41", features = ["derive"] }
18+
clap = { version = "4.5.43", features = ["derive"] }
1919
cfg-if = "1"
2020
dirs = "6"
2121
fs2 = "0.4"
@@ -41,7 +41,7 @@ aws-lc-rs = { version = "1.13", default-features = false, features = [
4141
[dependencies.attohttpc]
4242
default-features = false
4343
features = ["compress", "json", "tls-rustls-native-roots"]
44-
version = "0.30.0"
44+
version = "0.30.1"
4545
optional = true
4646

4747
[features]

0 commit comments

Comments
 (0)