summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-03 07:01:52 +0000
committerGitHub <noreply@github.com>2023-04-03 07:01:52 +0000
commit0a7771fa1b517915cdba716c465a8a7d47cbfd81 (patch)
tree5d6dd71c401965e934bc7ec1e5f626a181af26c5
parenta48fd020fda6bcea875c36fea1b94a4ff4893619 (diff)
Bump serde_json from 1.0.94 to 1.0.95
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.94 to 1.0.95. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.94...v1.0.95) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml4
-rw-r--r--online_description_generator/Cargo.toml2
3 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index adecdf3..aaec501 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -327,9 +327,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.94"
+version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
+checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
dependencies = [
"itoa",
"ryu",
diff --git a/Cargo.toml b/Cargo.toml
index fcac4bd..5a02711 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,10 +26,10 @@ bin = ["clap", "serde_json"]
clap = { version = "4.1.13", features = ["derive"], optional = true }
indexmap = { version = "1.9.2", optional = true }
serde = { version = "1.0.158", features = ["derive"] }
-serde_json = { version = "1.0.94", optional = true }
+serde_json = { version = "1.0.95", optional = true }
type_description_derive = { version = "0.3.0", path = "type_description_derive" }
[dev-dependencies]
serde = { version = "1.0.158", features = ["derive"] }
-serde_json = "1.0.94"
+serde_json = "1.0.95"
trybuild = "1.0.80"
diff --git a/online_description_generator/Cargo.toml b/online_description_generator/Cargo.toml
index 6538436..437f22e 100644
--- a/online_description_generator/Cargo.toml
+++ b/online_description_generator/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2021"
base64 = "0.21.0"
console_error_panic_hook = "0.1.7"
markdown = "1.0.0-alpha.7"
-serde_json = "1.0.94"
+serde_json = "1.0.95"
type_description = { version = "0.3.0", path = ".." }
wasm-bindgen = "0.2.84"
web-sys = { version = "0.3.61", features = [