Skip to content

Commit 29ca9e3

Browse files
build(deps): bump the cargo-dependencies group with 6 updates (#161)
Bumps the cargo-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.57` | `4.5.58` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.8` | `0.11.9` | | [toml](https://github.com/toml-rs/toml) | `0.9.11+spec-1.1.0` | `1.0.1+spec-1.1.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.114` | `2.0.116` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | | [macrotest](https://github.com/eupn/macrotest) | `1.2.0` | `1.2.1` | Updates `clap` from 4.5.57 to 4.5.58 - [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.58) Updates `env_logger` from 0.11.8 to 0.11.9 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.8...v0.11.9) Updates `toml` from 0.9.11+spec-1.1.0 to 1.0.1+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.11...toml-v1.0.1) Updates `syn` from 2.0.114 to 2.0.116 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.114...2.0.116) Updates `futures` 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 `macrotest` from 1.2.0 to 1.2.1 - [Commits](eupn/macrotest@v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.58 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: env_logger dependency-version: 0.11.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: toml dependency-version: 1.0.1+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-dependencies - dependency-name: syn dependency-version: 2.0.116 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: futures dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: macrotest dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b73c72 commit 29ca9e3

File tree

24 files changed

+77
-75
lines changed

24 files changed

+77
-75
lines changed

Cargo.lock

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

examples/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ publish = false
77

88
[dev-dependencies]
99
anyhow = "1.0.101"
10-
clap = { version = "4.5.57", features = ["derive"] }
11-
env_logger = "0.11.8"
10+
clap = { version = "4.5.58", features = ["derive"] }
11+
env_logger = "0.11.9"
1212
hooq = { path = "../hooq", features = ["full"] }
1313
log = "0.4.29"
14-
toml = "0.9.11"
14+
toml = "1.0.1"

hooq-helpers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ documentation = { workspace = true }
1717
[dev-dependencies]
1818
anyhow = "1.0.101"
1919
hooq = { path = "../hooq" }
20-
toml = "0.9.11"
20+
toml = "1.0.1"

hooq-macros/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ proc-macro-crate = "3.4.0"
2929
proc-macro2 = { version = "1.0.106", features = ["span-locations"] }
3030
quote = "1.0.44"
3131
serde = { version = "1.0.228", features = ["derive"] }
32-
syn = { version = "2.0.114", features = ["full", "extra-traits", "fold"] }
33-
toml = "0.9.11"
32+
syn = { version = "2.0.116", features = ["full", "extra-traits", "fold"] }
33+
toml = "1.0.1"
3434

3535
[dev-dependencies]
3636
anyhow = "1.0.101"
37-
futures = "0.3.31"
37+
futures = "0.3.32"
3838
hooq = { path = "../hooq" }
3939
insta = "1.46.3"
40-
macrotest = "1.2.0"
40+
macrotest = "1.2.1"
4141
serde_json = "1.0.149"
4242
test-helpers = { path = "../test-helpers" }
4343
tokio = { version = "1.49.0", features = ["full"] }
44-
toml = "0.9.11"
44+
toml = "1.0.1"
4545
util_macros = { path = "tests/util_macros" }

hooq-macros/tests/special/consume-question/Cargo.toml

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

88
[dependencies]
99
hooq = { path = "../../../../hooq", features = ["consume-question"] }
10-
macrotest = "1.2.0"
10+
macrotest = "1.2.1"
1111
test-helpers = { path = "../../../../test-helpers" }

hooq-macros/tests/special/flavor/file-load/Cargo.toml

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

88
[dependencies]
99
hooq = { path = "../../../../../hooq" }
10-
macrotest = "1.2.0"
10+
macrotest = "1.2.1"
1111
test-helpers = { path = "../../../../../test-helpers" }

hooq-macros/tests/special/flavor/flavor-in-sub-mod/Cargo.toml

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

88
[dependencies]
99
hooq = { path = "../../../../../hooq" }
10-
macrotest = "1.2.0"
10+
macrotest = "1.2.1"
1111
test-helpers = { path = "../../../../../test-helpers" }

hooq-macros/tests/special/method_replace/Cargo.toml

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

88
[dependencies]
99
hooq = { path = "../../../../hooq" }
10-
macrotest = "1.2.0"
10+
macrotest = "1.2.1"
1111
test-helpers = { path = "../../../../test-helpers" }

hooq-macros/tests/special/other-preset-flavors/hooq-anyhow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ publish = false
88
[dependencies]
99
anyhow = "1.0.101"
1010
hooq = { path = "../../../../../hooq", features = ["anyhow"] }
11-
macrotest = "1.2.0"
11+
macrotest = "1.2.1"
1212
test-helpers = { path = "../../../../../test-helpers" }

hooq-macros/tests/special/other-preset-flavors/hooq-color-eyre/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ publish = false
88
[dependencies]
99
color-eyre = "0.6.5"
1010
hooq = { path = "../../../../../hooq", features = ["eyre"] }
11-
macrotest = "1.2.0"
11+
macrotest = "1.2.1"
1212
test-helpers = { path = "../../../../../test-helpers" }

0 commit comments

Comments
 (0)