From e1ba574bed1e49356e490da2bd55806b5792a91f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:40:52 +0000 Subject: [PATCH] build(deps): bump the cargo-dependencies group with 6 updates 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](https://github.com/clap-rs/clap/compare/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](https://github.com/rust-cli/env_logger/compare/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](https://github.com/toml-rs/toml/compare/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](https://github.com/dtolnay/syn/compare/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](https://github.com/rust-lang/futures-rs/compare/0.3.31...0.3.32) Updates `macrotest` from 1.2.0 to 1.2.1 - [Commits](https://github.com/eupn/macrotest/compare/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] --- Cargo.lock | 92 ++++++++++--------- examples/Cargo.toml | 6 +- hooq-helpers/Cargo.toml | 2 +- hooq-macros/Cargo.toml | 10 +- .../tests/special/consume-question/Cargo.toml | 2 +- .../tests/special/flavor/file-load/Cargo.toml | 2 +- .../flavor/flavor-in-sub-mod/Cargo.toml | 2 +- .../tests/special/method_replace/Cargo.toml | 2 +- .../hooq-anyhow/Cargo.toml | 2 +- .../hooq-color-eyre/Cargo.toml | 2 +- .../other-preset-flavors/hooq-eyre/Cargo.toml | 2 +- .../other-preset-flavors/hooq-log/Cargo.toml | 4 +- .../hooq-tracing/Cargo.toml | 2 +- hooq/Cargo.toml | 2 +- mdbook-source-code/all_attr/Cargo.toml | 2 +- mdbook-source-code/flavor-log/Cargo.toml | 2 +- mdbook-source-code/tutorial-1/Cargo.toml | 2 +- mdbook-source-code/tutorial-2/Cargo.toml | 2 +- mdbook-source-code/tutorial-3/Cargo.toml | 2 +- .../tutorial-4-compile-error/Cargo.toml | 2 +- .../tutorial-4-with-anyhow-2/Cargo.toml | 2 +- .../tutorial-4-with-anyhow/Cargo.toml | 2 +- mdbook-source-code/tutorial-4/Cargo.toml | 2 +- mdbook-source-code/tutorial-flavor/Cargo.toml | 2 +- 24 files changed, 77 insertions(+), 75 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b75319..1d6df3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,9 +158,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "clap" -version = "4.5.57" +version = "4.5.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a" +checksum = "63be97961acde393029492ce0be7a1af7e323e6bae9511ebfac33751be5e6806" dependencies = [ "clap_builder", "clap_derive", @@ -168,9 +168,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.57" +version = "4.5.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238" +checksum = "7f13174bda5dfd69d7e947827e5af4b0f2f94a4a3ee92912fba07a66150f21e2" dependencies = [ "anstream", "anstyle", @@ -192,9 +192,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.7.6" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" +checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" [[package]] name = "color-eyre" @@ -288,9 +288,9 @@ checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" [[package]] name = "env_filter" -version = "0.1.4" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2" +checksum = "7a1c3cc8e57274ec99de65301228b537f1e4eedc1b8e0f9411c6caac8ae7308f" dependencies = [ "log", "regex", @@ -298,9 +298,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.8" +version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" +checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d" dependencies = [ "anstream", "anstyle", @@ -423,9 +423,9 @@ dependencies = [ [[package]] name = "futures" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" +checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" dependencies = [ "futures-channel", "futures-core", @@ -438,9 +438,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" +checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" dependencies = [ "futures-core", "futures-sink", @@ -448,15 +448,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" +checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" [[package]] name = "futures-executor" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" +checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" dependencies = [ "futures-core", "futures-task", @@ -465,15 +465,15 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" +checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" [[package]] name = "futures-macro" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" +checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" dependencies = [ "proc-macro2", "quote", @@ -482,21 +482,21 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" +checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" [[package]] name = "futures-task" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" +checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" [[package]] name = "futures-util" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" +checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" dependencies = [ "futures-channel", "futures-core", @@ -506,7 +506,6 @@ dependencies = [ "futures-task", "memchr", "pin-project-lite", - "pin-utils", "slab", ] @@ -806,9 +805,9 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "macrotest" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bf02346400dec0d7e4af0aa787c28acf174ce54a9c77f6507a1ee62e2aa2ca2" +checksum = "cd198afd908012e57564b66e43e7d4d19056cec7e6232e9e6d54a1798622f81d" dependencies = [ "diff", "fastrand", @@ -1058,12 +1057,6 @@ version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" -[[package]] -name = "pin-utils" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" - [[package]] name = "portable-atomic" version = "1.11.1" @@ -1370,9 +1363,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "syn" -version = "2.0.114" +version = "2.0.116" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" +checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb" dependencies = [ "proc-macro2", "quote", @@ -1446,14 +1439,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.9.11+spec-1.1.0" +version = "1.0.1+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46" +checksum = "bbe30f93627849fa362d4a602212d41bb237dc2bd0f8ba0b2ce785012e124220" dependencies = [ "indexmap", "serde_core", "serde_spanned", - "toml_datetime", + "toml_datetime 1.0.0+spec-1.1.0", "toml_parser", "toml_writer", "winnow", @@ -1468,6 +1461,15 @@ dependencies = [ "serde_core", ] +[[package]] +name = "toml_datetime" +version = "1.0.0+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e" +dependencies = [ + "serde_core", +] + [[package]] name = "toml_edit" version = "0.23.7" @@ -1475,16 +1477,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d" dependencies = [ "indexmap", - "toml_datetime", + "toml_datetime 0.7.5+spec-1.1.0", "toml_parser", "winnow", ] [[package]] name = "toml_parser" -version = "1.0.6+spec-1.1.0" +version = "1.0.8+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44" +checksum = "0742ff5ff03ea7e67c8ae6c93cac239e0d9784833362da3f9a9c1da8dfefcbdc" dependencies = [ "winnow", ] diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 38f1289..8e435cf 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -7,8 +7,8 @@ publish = false [dev-dependencies] anyhow = "1.0.101" -clap = { version = "4.5.57", features = ["derive"] } -env_logger = "0.11.8" +clap = { version = "4.5.58", features = ["derive"] } +env_logger = "0.11.9" hooq = { path = "../hooq", features = ["full"] } log = "0.4.29" -toml = "0.9.11" +toml = "1.0.1" diff --git a/hooq-helpers/Cargo.toml b/hooq-helpers/Cargo.toml index 8dc1250..312ad56 100644 --- a/hooq-helpers/Cargo.toml +++ b/hooq-helpers/Cargo.toml @@ -17,4 +17,4 @@ documentation = { workspace = true } [dev-dependencies] anyhow = "1.0.101" hooq = { path = "../hooq" } -toml = "0.9.11" +toml = "1.0.1" diff --git a/hooq-macros/Cargo.toml b/hooq-macros/Cargo.toml index 4cfebc7..9e98f41 100644 --- a/hooq-macros/Cargo.toml +++ b/hooq-macros/Cargo.toml @@ -29,17 +29,17 @@ proc-macro-crate = "3.4.0" proc-macro2 = { version = "1.0.106", features = ["span-locations"] } quote = "1.0.44" serde = { version = "1.0.228", features = ["derive"] } -syn = { version = "2.0.114", features = ["full", "extra-traits", "fold"] } -toml = "0.9.11" +syn = { version = "2.0.116", features = ["full", "extra-traits", "fold"] } +toml = "1.0.1" [dev-dependencies] anyhow = "1.0.101" -futures = "0.3.31" +futures = "0.3.32" hooq = { path = "../hooq" } insta = "1.46.3" -macrotest = "1.2.0" +macrotest = "1.2.1" serde_json = "1.0.149" test-helpers = { path = "../test-helpers" } tokio = { version = "1.49.0", features = ["full"] } -toml = "0.9.11" +toml = "1.0.1" util_macros = { path = "tests/util_macros" } diff --git a/hooq-macros/tests/special/consume-question/Cargo.toml b/hooq-macros/tests/special/consume-question/Cargo.toml index a11286b..0ded883 100644 --- a/hooq-macros/tests/special/consume-question/Cargo.toml +++ b/hooq-macros/tests/special/consume-question/Cargo.toml @@ -7,5 +7,5 @@ publish = false [dependencies] hooq = { path = "../../../../hooq", features = ["consume-question"] } -macrotest = "1.2.0" +macrotest = "1.2.1" test-helpers = { path = "../../../../test-helpers" } diff --git a/hooq-macros/tests/special/flavor/file-load/Cargo.toml b/hooq-macros/tests/special/flavor/file-load/Cargo.toml index bb534c6..4152d08 100644 --- a/hooq-macros/tests/special/flavor/file-load/Cargo.toml +++ b/hooq-macros/tests/special/flavor/file-load/Cargo.toml @@ -7,5 +7,5 @@ publish = false [dependencies] hooq = { path = "../../../../../hooq" } -macrotest = "1.2.0" +macrotest = "1.2.1" test-helpers = { path = "../../../../../test-helpers" } diff --git a/hooq-macros/tests/special/flavor/flavor-in-sub-mod/Cargo.toml b/hooq-macros/tests/special/flavor/flavor-in-sub-mod/Cargo.toml index a86cfd2..05efb8e 100644 --- a/hooq-macros/tests/special/flavor/flavor-in-sub-mod/Cargo.toml +++ b/hooq-macros/tests/special/flavor/flavor-in-sub-mod/Cargo.toml @@ -7,5 +7,5 @@ publish = false [dependencies] hooq = { path = "../../../../../hooq" } -macrotest = "1.2.0" +macrotest = "1.2.1" test-helpers = { path = "../../../../../test-helpers" } diff --git a/hooq-macros/tests/special/method_replace/Cargo.toml b/hooq-macros/tests/special/method_replace/Cargo.toml index d0b904a..a820ff9 100644 --- a/hooq-macros/tests/special/method_replace/Cargo.toml +++ b/hooq-macros/tests/special/method_replace/Cargo.toml @@ -7,5 +7,5 @@ publish = false [dependencies] hooq = { path = "../../../../hooq" } -macrotest = "1.2.0" +macrotest = "1.2.1" test-helpers = { path = "../../../../test-helpers" } diff --git a/hooq-macros/tests/special/other-preset-flavors/hooq-anyhow/Cargo.toml b/hooq-macros/tests/special/other-preset-flavors/hooq-anyhow/Cargo.toml index af9b7f9..65dbbea 100644 --- a/hooq-macros/tests/special/other-preset-flavors/hooq-anyhow/Cargo.toml +++ b/hooq-macros/tests/special/other-preset-flavors/hooq-anyhow/Cargo.toml @@ -8,5 +8,5 @@ publish = false [dependencies] anyhow = "1.0.101" hooq = { path = "../../../../../hooq", features = ["anyhow"] } -macrotest = "1.2.0" +macrotest = "1.2.1" test-helpers = { path = "../../../../../test-helpers" } diff --git a/hooq-macros/tests/special/other-preset-flavors/hooq-color-eyre/Cargo.toml b/hooq-macros/tests/special/other-preset-flavors/hooq-color-eyre/Cargo.toml index a874992..01b30b2 100644 --- a/hooq-macros/tests/special/other-preset-flavors/hooq-color-eyre/Cargo.toml +++ b/hooq-macros/tests/special/other-preset-flavors/hooq-color-eyre/Cargo.toml @@ -8,5 +8,5 @@ publish = false [dependencies] color-eyre = "0.6.5" hooq = { path = "../../../../../hooq", features = ["eyre"] } -macrotest = "1.2.0" +macrotest = "1.2.1" test-helpers = { path = "../../../../../test-helpers" } diff --git a/hooq-macros/tests/special/other-preset-flavors/hooq-eyre/Cargo.toml b/hooq-macros/tests/special/other-preset-flavors/hooq-eyre/Cargo.toml index e51cf58..50ac2ba 100644 --- a/hooq-macros/tests/special/other-preset-flavors/hooq-eyre/Cargo.toml +++ b/hooq-macros/tests/special/other-preset-flavors/hooq-eyre/Cargo.toml @@ -8,5 +8,5 @@ publish = false [dependencies] eyre = "0.6.12" hooq = { path = "../../../../../hooq", features = ["eyre"] } -macrotest = "1.2.0" +macrotest = "1.2.1" test-helpers = { path = "../../../../../test-helpers" } diff --git a/hooq-macros/tests/special/other-preset-flavors/hooq-log/Cargo.toml b/hooq-macros/tests/special/other-preset-flavors/hooq-log/Cargo.toml index 3b28368..d6b5a30 100644 --- a/hooq-macros/tests/special/other-preset-flavors/hooq-log/Cargo.toml +++ b/hooq-macros/tests/special/other-preset-flavors/hooq-log/Cargo.toml @@ -6,8 +6,8 @@ rust-version = { workspace = true } publish = false [dependencies] -env_logger = "0.11.8" +env_logger = "0.11.9" hooq = { path = "../../../../../hooq" } log = "0.4.29" -macrotest = "1.2.0" +macrotest = "1.2.1" test-helpers = { path = "../../../../../test-helpers" } diff --git a/hooq-macros/tests/special/other-preset-flavors/hooq-tracing/Cargo.toml b/hooq-macros/tests/special/other-preset-flavors/hooq-tracing/Cargo.toml index 8dabcbf..d9307d8 100644 --- a/hooq-macros/tests/special/other-preset-flavors/hooq-tracing/Cargo.toml +++ b/hooq-macros/tests/special/other-preset-flavors/hooq-tracing/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] hooq = { path = "../../../../../hooq", features = ["tracing"] } -macrotest = "1.2.0" +macrotest = "1.2.1" test-helpers = { path = "../../../../../test-helpers" } tracing = "0.1.44" tracing-subscriber = "0.3.22" diff --git a/hooq/Cargo.toml b/hooq/Cargo.toml index 2a0d03f..06f1a20 100644 --- a/hooq/Cargo.toml +++ b/hooq/Cargo.toml @@ -52,4 +52,4 @@ version = "0.3.1" [dev-dependencies] anyhow = "1.0.101" -toml = "0.9.11" +toml = "1.0.1" diff --git a/mdbook-source-code/all_attr/Cargo.toml b/mdbook-source-code/all_attr/Cargo.toml index 9af266e..3d65f27 100644 --- a/mdbook-source-code/all_attr/Cargo.toml +++ b/mdbook-source-code/all_attr/Cargo.toml @@ -14,5 +14,5 @@ categories.workspace = true hooq = { path = "../../hooq" } [dev-dependencies] -macrotest = "1.2.0" +macrotest = "1.2.1" test-helpers = { path = "../../test-helpers" } diff --git a/mdbook-source-code/flavor-log/Cargo.toml b/mdbook-source-code/flavor-log/Cargo.toml index bbd005e..4a70832 100644 --- a/mdbook-source-code/flavor-log/Cargo.toml +++ b/mdbook-source-code/flavor-log/Cargo.toml @@ -11,7 +11,7 @@ keywords.workspace = true categories.workspace = true [dependencies] -env_logger = "0.11.8" +env_logger = "0.11.9" hooq = { path = "../../hooq" } log = "0.4.29" diff --git a/mdbook-source-code/tutorial-1/Cargo.toml b/mdbook-source-code/tutorial-1/Cargo.toml index a6d99e4..0191c64 100644 --- a/mdbook-source-code/tutorial-1/Cargo.toml +++ b/mdbook-source-code/tutorial-1/Cargo.toml @@ -12,7 +12,7 @@ categories.workspace = true [dependencies] hooq = { path = "../../hooq" } -toml = "0.9.11" +toml = "1.0.1" [dev-dependencies] insta = "1.46.3" diff --git a/mdbook-source-code/tutorial-2/Cargo.toml b/mdbook-source-code/tutorial-2/Cargo.toml index ec4e7bd..de48679 100644 --- a/mdbook-source-code/tutorial-2/Cargo.toml +++ b/mdbook-source-code/tutorial-2/Cargo.toml @@ -12,7 +12,7 @@ categories.workspace = true [dependencies] hooq = { path = "../../hooq" } -toml = "0.9.11" +toml = "1.0.1" [dev-dependencies] insta = "1.46.3" diff --git a/mdbook-source-code/tutorial-3/Cargo.toml b/mdbook-source-code/tutorial-3/Cargo.toml index 9db6c5e..5ef9a15 100644 --- a/mdbook-source-code/tutorial-3/Cargo.toml +++ b/mdbook-source-code/tutorial-3/Cargo.toml @@ -12,7 +12,7 @@ categories.workspace = true [dependencies] hooq = { path = "../../hooq" } -toml = "0.9.11" +toml = "1.0.1" [dev-dependencies] insta = "1.46.3" diff --git a/mdbook-source-code/tutorial-4-compile-error/Cargo.toml b/mdbook-source-code/tutorial-4-compile-error/Cargo.toml index bff3aac..1379f82 100644 --- a/mdbook-source-code/tutorial-4-compile-error/Cargo.toml +++ b/mdbook-source-code/tutorial-4-compile-error/Cargo.toml @@ -12,7 +12,7 @@ categories.workspace = true [dependencies] hooq = { path = "../../hooq" } -toml = "0.9.11" +toml = "1.0.1" [dev-dependencies] insta = "1.46.3" diff --git a/mdbook-source-code/tutorial-4-with-anyhow-2/Cargo.toml b/mdbook-source-code/tutorial-4-with-anyhow-2/Cargo.toml index a9297d0..85d98b6 100644 --- a/mdbook-source-code/tutorial-4-with-anyhow-2/Cargo.toml +++ b/mdbook-source-code/tutorial-4-with-anyhow-2/Cargo.toml @@ -13,7 +13,7 @@ categories.workspace = true [dependencies] anyhow = "1.0.101" hooq = { path = "../../hooq" } -toml = "0.9.11" +toml = "1.0.1" [dev-dependencies] insta = "1.46.3" diff --git a/mdbook-source-code/tutorial-4-with-anyhow/Cargo.toml b/mdbook-source-code/tutorial-4-with-anyhow/Cargo.toml index 6d522c9..7ec20b5 100644 --- a/mdbook-source-code/tutorial-4-with-anyhow/Cargo.toml +++ b/mdbook-source-code/tutorial-4-with-anyhow/Cargo.toml @@ -13,7 +13,7 @@ categories.workspace = true [dependencies] anyhow = "1.0.101" hooq = { path = "../../hooq" } -toml = "0.9.11" +toml = "1.0.1" [dev-dependencies] insta = "1.46.3" diff --git a/mdbook-source-code/tutorial-4/Cargo.toml b/mdbook-source-code/tutorial-4/Cargo.toml index 8bc5c1c..d3d5cfd 100644 --- a/mdbook-source-code/tutorial-4/Cargo.toml +++ b/mdbook-source-code/tutorial-4/Cargo.toml @@ -12,7 +12,7 @@ categories.workspace = true [dependencies] hooq = { path = "../../hooq" } -toml = "0.9.11" +toml = "1.0.1" [dev-dependencies] insta = "1.46.3" diff --git a/mdbook-source-code/tutorial-flavor/Cargo.toml b/mdbook-source-code/tutorial-flavor/Cargo.toml index 8e0119e..86d1393 100644 --- a/mdbook-source-code/tutorial-flavor/Cargo.toml +++ b/mdbook-source-code/tutorial-flavor/Cargo.toml @@ -12,7 +12,7 @@ categories.workspace = true [dependencies] hooq = { path = "../../hooq" } -toml = "0.9.11" +toml = "1.0.1" [dev-dependencies] insta = "1.46.3"