summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-09-11 07:50:17 +0000
committerGitHub <noreply@github.com>2023-09-11 07:50:17 +0000
commita428266967ff905c262ebd51633a326627f026b7 (patch)
treef91e6f34dc506d101a2b5d0f2c20849fad802164
parent70d6f9dd2aa5e6603214919d76636b37fbcb4830 (diff)
parentd7d80e7c96386835c0a34c4439e1bd10ecffdcb8 (diff)
Merge #253
253: Bump the dependencies group with 4 updates r=matthiasbeyer a=dependabot[bot] 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 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock16
-rw-r--r--Cargo.toml6
-rw-r--r--online_description_generator/Cargo.toml6
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 = [