Skip to content

Commit c6191b5

Browse files
chore(deps): bump the dependencies group with 10 updates
Bumps the dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.101` | `1.0.102` | | [chrono](https://github.com/chronotope/chrono) | `0.4.43` | `0.4.44` | | [clap](https://github.com/clap-rs/clap) | `4.5.57` | `4.5.60` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.65` | `4.5.66` | | [fantoccini](https://github.com/jonhoo/fantoccini) | `0.22.0` | `0.22.1` | | [futures-core](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | | [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.16` | `0.2.17` | | [syn](https://github.com/dtolnay/syn) | `2.0.114` | `2.0.117` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.24.0` | `3.26.0` | Updates `anyhow` from 1.0.101 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) Updates `chrono` from 0.4.43 to 0.4.44 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.43...v0.4.44) Updates `clap` from 4.5.57 to 4.5.60 - [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.57...clap_complete-v4.5.60) Updates `clap_complete` from 4.5.65 to 4.5.66 - [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.65...clap_complete-v4.5.66) Updates `fantoccini` from 0.22.0 to 0.22.1 - [Commits](jonhoo/fantoccini@v0.22.0...v0.22.1) Updates `futures-core` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `futures-util` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `pin-project-lite` from 0.2.16 to 0.2.17 - [Release notes](https://github.com/taiki-e/pin-project-lite/releases) - [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project-lite@v0.2.16...v0.2.17) Updates `syn` from 2.0.114 to 2.0.117 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.114...2.0.117) Updates `tempfile` from 3.24.0 to 3.26.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.24.0...v3.26.0) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: chrono dependency-version: 0.4.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap_complete dependency-version: 4.5.66 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: fantoccini dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: futures-core dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: futures-util dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pin-project-lite dependency-version: 0.2.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: syn dependency-version: 2.0.117 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tempfile dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3d6220 commit c6191b5

File tree

3 files changed

+43
-44
lines changed

3 files changed

+43
-44
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ needless_continue = "allow"
5959
ahash = { version = "0.8.12", default-features = false }
6060
aide = { version = "0.15", default-features = false }
6161
anstyle = "1.0.13"
62-
anyhow = "1.0.100"
62+
anyhow = "1.0.102"
6363
askama = { version = "0.15.4", default-features = false }
6464
askama_derive = { version = "0.15.3", default-features = false, features = ["external-sources", "proc-macro"] }
6565
assert_cmd = "2"
@@ -69,10 +69,10 @@ axum = { version = "0.8", default-features = false }
6969
backtrace = "0.3.76"
7070
bytes = "1.11"
7171
cargo_toml = "0.22"
72-
chrono = { version = "0.4.43", default-features = false }
72+
chrono = { version = "0.4.44", default-features = false }
7373
chrono-tz = { version = "0.10.4", default-features = false }
7474
chumsky = { version = "0.9.3", default-features = false }
75-
clap = { version = "4.5.56", features = ["deprecated"] }
75+
clap = { version = "4.5.60", features = ["deprecated"] }
7676
clap-verbosity-flag = { version = "3", default-features = false }
7777
clap_complete = "4"
7878
clap_mangen = "0.2.31"

examples/forms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2024"
77

88
[dependencies]
99
cot = { path = "../../cot" , features = ["full"]}
10-
chrono = "0.4.43"
10+
chrono = "0.4.44"
1111
chrono-tz = "0.10.4"

0 commit comments

Comments
 (0)