From d7d80e7c96386835c0a34c4439e1bd10ecffdcb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 06:31:38 +0000 Subject: Bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [serde_json](https://github.com/serde-rs/json), [trybuild](https://github.com/dtolnay/trybuild), [base64](https://github.com/marshallpierce/rust-base64) and [markdown](https://github.com/wooorm/markdown-rs). Updates `serde_json` from 1.0.105 to 1.0.106 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.105...v1.0.106) Updates `trybuild` from 1.0.83 to 1.0.84 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.83...1.0.84) Updates `base64` from 0.21.3 to 0.21.4 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.3...v0.21.4) Updates `markdown` from 1.0.0-alpha.12 to 1.0.0-alpha.13 - [Release notes](https://github.com/wooorm/markdown-rs/releases) - [Commits](https://github.com/wooorm/markdown-rs/compare/1.0.0-alpha.12...1.0.0-alpha.13) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 6 +++--- online_description_generator/Cargo.toml | 6 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a036276..3ef1353 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,9 +73,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "base64" -version = "0.21.3" +version = "0.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53" +checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" [[package]] name = "basic-toml" @@ -385,9 +385,9 @@ dependencies = [ [[package]] name = "markdown" -version = "1.0.0-alpha.12" +version = "1.0.0-alpha.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08be37c7b5269bb027f69cdf446c96099d1e8da723c0d5fb78856adc6a50680f" +checksum = "92e9ce98969bb1391c8d6fdac320897ea7e86c4d356e8f220a5abd28b142e512" dependencies = [ "unicode-id", ] @@ -610,9 +610,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.105" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" +checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2" dependencies = [ "itoa", "ryu", @@ -755,9 +755,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "trybuild" -version = "1.0.83" +version = "1.0.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6df60d81823ed9c520ee897489573da4b1d79ffbe006b8134f46de1a1aa03555" +checksum = "a5c89fd17b7536f2cf66c97cff6e811e89e728ca0ed13caeed610c779360d8b4" dependencies = [ "basic-toml", "glob", diff --git a/Cargo.toml b/Cargo.toml index 470e225..07e1ba5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ indexmap = { version = "2.0.0", optional = true } nu-ansi-term = { version = "0.49.0", optional = true } pretty = { version = "0.12.1", optional = true } serde = { version = "1.0.188", features = ["derive"] } -serde_json = { version = "1.0.105", optional = true } +serde_json = { version = "1.0.106", optional = true } term_size = { version = "0.3.2", optional = true } termimad = { version = "0.25.2", optional = true } type_description_derive = { version = "0.6.0", path = "type_description_derive" } @@ -45,8 +45,8 @@ uuid = { version = "1", optional = true } [dev-dependencies] serde = { version = "1.0.188", features = ["derive"] } -serde_json = "1.0.105" -trybuild = "1.0.83" +serde_json = "1.0.106" +trybuild = "1.0.84" [package.metadata.docs.rs] all-features = true diff --git a/online_description_generator/Cargo.toml b/online_description_generator/Cargo.toml index 9ed5cac..ee50d7d 100644 --- a/online_description_generator/Cargo.toml +++ b/online_description_generator/Cargo.toml @@ -6,10 +6,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -base64 = "0.21.3" +base64 = "0.21.4" console_error_panic_hook = "0.1.7" -markdown = "1.0.0-alpha.12" -serde_json = "1.0.105" +markdown = "1.0.0-alpha.13" +serde_json = "1.0.106" type_description = { version = "0.6.0", path = "..", features = ["render_markdown"] } wasm-bindgen = "0.2.84" web-sys = { version = "0.3.61", features = [ -- cgit v1.2.3