summaryrefslogtreecommitdiffstats
path: root/online_description_generator/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'online_description_generator/Cargo.toml')
-rw-r--r--online_description_generator/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
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 = [