Skip to content

Commit 04a611b

Browse files
chore(dep): bump the deps group with 7 updates (#177)
Bumps the deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.85` | `0.1.86` | | [clap](https://github.com/clap-rs/clap) | `4.5.26` | `4.5.27` | | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.68` | `0.10.69` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.135` | `1.0.138` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.42` | `4.5.44` | | [diesel](https://github.com/diesel-rs/diesel) | `2.2.6` | `2.2.7` | Updates `async-trait` from 0.1.85 to 0.1.86 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.85...0.1.86) Updates `clap` from 4.5.26 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.26...clap_complete-v4.5.27) Updates `openssl` from 0.10.68 to 0.10.69 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.68...openssl-v0.10.69) Updates `rand` from 0.8.5 to 0.9.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.9.0) Updates `serde_json` from 1.0.135 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.135...v1.0.138) Updates `clap_complete` from 4.5.42 to 4.5.44 - [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.42...clap_complete-v4.5.44) Updates `diesel` from 2.2.6 to 2.2.7 - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.7/CHANGELOG.md) - [Commits](diesel-rs/diesel@v2.2.6...v2.2.7) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: diesel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce00ad6 commit 04a611b

File tree

2 files changed

+115
-34
lines changed

2 files changed

+115
-34
lines changed

Diff for: Cargo.lock

+108-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,28 @@ keywords = ["cli", "games", "leetcode"]
1616
readme = './README.md'
1717

1818
[dependencies]
19-
async-trait = "0.1.85"
19+
async-trait = "0.1.86"
2020
tokio = { version = "1.43.0", features = ["full"] }
21-
clap = { version = "4.5.26", features = ["cargo"] }
21+
clap = { version = "4.5.27", features = ["cargo"] }
2222
colored = "3.0.0"
2323
dirs = "6.0.0"
2424
env_logger = "0.11.6"
2525
keyring = "3.6.1"
2626
log = "0.4.25"
27-
openssl = "0.10.68"
27+
openssl = "0.10.69"
2828
pyo3 = { version = "0.23.4", optional = true }
29-
rand = "0.8.5"
29+
rand = "0.9.0"
3030
serde = { version = "1.0.217", features = ["derive"] }
31-
serde_json = "1.0.135"
31+
serde_json = "1.0.138"
3232
toml = "0.8.19"
3333
regex = "1.11.1"
3434
scraper = "0.22.0"
3535
anyhow = "1.0.95"
36-
clap_complete = "4.5.42"
36+
clap_complete = "4.5.44"
3737
thiserror = "2.0.11"
3838

3939
[dependencies.diesel]
40-
version = "2.2.6"
40+
version = "2.2.7"
4141
features = ["sqlite"]
4242

4343
[dependencies.reqwest]

0 commit comments

Comments
 (0)