diff --git a/Cargo.lock b/Cargo.lock index 880405b9..8f05091d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2334,9 +2334,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index ce975b9b..278c3389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ owo-colors = "4.1.0" # color support for the terminal petgraph = "0.6.5" # 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.133" # JSON serialization and deserialization +serde_json = "1.0.134" # 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