diff --git a/Cargo.lock b/Cargo.lock index 467ce805..136def00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2356,9 +2356,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.134" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" +checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 358d9405..b6239495 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ owo-colors = "4.1.0" # color support for the terminal petgraph = "0.7.0" # graph data structures rust-releases = { version = "0.29.0", default-features = false, features = ["rust-changelog"] } # get the available rust versions serde = { version = "1.0", features = ["derive"] } # serialization and deserialization -serde_json = "1.0.134" # JSON serialization and deserialization +serde_json = "1.0.135" # JSON serialization and deserialization storyteller = "1.0.0" # minimal multi user output architecture tabled = { version = "~0.16.0", features = ["ansi"] } # pretty print tables terminal_size = "0.4.0" # determine the terminal size