Skip to content

Commit 4b733df

Browse files
build(deps): bump the cargo-dependencies group across 1 directory with 7 updates (#165)
* build(deps): bump the cargo-dependencies group across 1 directory with 7 updates Bumps the cargo-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.101` | `1.0.102` | | [clap](https://github.com/clap-rs/clap) | `4.5.58` | `4.5.60` | | [toml](https://github.com/toml-rs/toml) | `1.0.1+spec-1.1.0` | `1.0.6+spec-1.1.0` | | [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) | `3.4.0` | `3.5.0` | | [quote](https://github.com/dtolnay/quote) | `1.0.44` | `1.0.45` | | [syn](https://github.com/dtolnay/syn) | `2.0.116` | `2.0.117` | | [tokio](https://github.com/tokio-rs/tokio) | `1.49.0` | `1.50.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 `clap` from 4.5.58 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.58...clap_complete-v4.5.60) Updates `toml` from 1.0.1+spec-1.1.0 to 1.0.6+spec-1.1.0 - [Commits](toml-rs/toml@toml-v1.0.1...toml-v1.0.6) Updates `proc-macro-crate` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/bkchr/proc-macro-crate/releases) - [Commits](bkchr/proc-macro-crate@v3.4.0...v3.5.0) Updates `quote` from 1.0.44 to 1.0.45 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.44...1.0.45) Updates `syn` from 2.0.116 to 2.0.117 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.116...2.0.117) Updates `tokio` from 1.49.0 to 1.50.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: toml dependency-version: 1.0.6+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: proc-macro-crate dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: quote dependency-version: 1.0.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: syn dependency-version: 2.0.117 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * chore: スナップショット更新 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: namnium <38136317+anotherhollow1125@users.noreply.github.com> Co-authored-by: namnium <anotherhollow1125@gmail.com>
1 parent 63a7550 commit 4b733df

File tree

15 files changed

+48
-57
lines changed

15 files changed

+48
-57
lines changed

Cargo.lock

Lines changed: 22 additions & 31 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
@@ -6,9 +6,9 @@ rust-version = { workspace = true }
66
publish = false
77

88
[dev-dependencies]
9-
anyhow = "1.0.101"
10-
clap = { version = "4.5.58", features = ["derive"] }
9+
anyhow = "1.0.102"
10+
clap = { version = "4.5.60", features = ["derive"] }
1111
env_logger = "0.11.9"
1212
hooq = { path = "../hooq", features = ["full"] }
1313
log = "0.4.29"
14-
toml = "1.0.1"
14+
toml = "1.0.6"

hooq-helpers/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ documentation = { workspace = true }
1515
[dependencies]
1616

1717
[dev-dependencies]
18-
anyhow = "1.0.101"
18+
anyhow = "1.0.102"
1919
hooq = { path = "../hooq" }
20-
toml = "1.0.1"
20+
toml = "1.0.6"

hooq-macros/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ tracing = []
2525
eyre = []
2626

2727
[dependencies]
28-
proc-macro-crate = "3.4.0"
28+
proc-macro-crate = "3.5.0"
2929
proc-macro2 = { version = "1.0.106", features = ["span-locations"] }
30-
quote = "1.0.44"
30+
quote = "1.0.45"
3131
serde = { version = "1.0.228", features = ["derive"] }
32-
syn = { version = "2.0.116", features = ["full", "extra-traits", "fold"] }
33-
toml = "1.0.1"
32+
syn = { version = "2.0.117", features = ["full", "extra-traits", "fold"] }
33+
toml = "1.0.6"
3434

3535
[dev-dependencies]
36-
anyhow = "1.0.101"
36+
anyhow = "1.0.102"
3737
futures = "0.3.32"
3838
hooq = { path = "../hooq" }
3939
insta = "1.46.3"
4040
macrotest = "1.2.1"
4141
serde_json = "1.0.149"
4242
test-helpers = { path = "../test-helpers" }
43-
tokio = { version = "1.49.0", features = ["full"] }
44-
toml = "1.0.1"
43+
tokio = { version = "1.50.0", features = ["full"] }
44+
toml = "1.0.6"
4545
util_macros = { path = "tests/util_macros" }

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
@@ -6,7 +6,7 @@ rust-version = { workspace = true }
66
publish = false
77

88
[dependencies]
9-
anyhow = "1.0.101"
9+
anyhow = "1.0.102"
1010
hooq = { path = "../../../../../hooq", features = ["anyhow"] }
1111
macrotest = "1.2.1"
1212
test-helpers = { path = "../../../../../test-helpers" }

hooq/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ path = "../hooq-macros"
5151
version = "0.3.1"
5252

5353
[dev-dependencies]
54-
anyhow = "1.0.101"
55-
toml = "1.0.1"
54+
anyhow = "1.0.102"
55+
toml = "1.0.6"

mdbook-source-code/flavor-anyhow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords.workspace = true
1111
categories.workspace = true
1212

1313
[dependencies]
14-
anyhow = "1.0.101"
14+
anyhow = "1.0.102"
1515
hooq = { path = "../../hooq" }
1616

1717
[dev-dependencies]

mdbook-source-code/tutorial-1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories.workspace = true
1212

1313
[dependencies]
1414
hooq = { path = "../../hooq" }
15-
toml = "1.0.1"
15+
toml = "1.0.6"
1616

1717
[dev-dependencies]
1818
insta = "1.46.3"

mdbook-source-code/tutorial-2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories.workspace = true
1212

1313
[dependencies]
1414
hooq = { path = "../../hooq" }
15-
toml = "1.0.1"
15+
toml = "1.0.6"
1616

1717
[dev-dependencies]
1818
insta = "1.46.3"

mdbook-source-code/tutorial-3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories.workspace = true
1212

1313
[dependencies]
1414
hooq = { path = "../../hooq" }
15-
toml = "1.0.1"
15+
toml = "1.0.6"
1616

1717
[dev-dependencies]
1818
insta = "1.46.3"

0 commit comments

Comments
 (0)