diff --git a/edn/Cargo.toml b/edn/Cargo.toml index 9ac64a04..3a4b73d4 100644 --- a/edn/Cargo.toml +++ b/edn/Cargo.toml @@ -14,7 +14,7 @@ chrono = "~0.4" itertools = "~0.10" num = "~0.4" ordered-float = "~2.8" -pretty = "~0.10" +pretty = "~0.12" uuid = { version = "~1.0", features = ["v4", "serde"] } serde = { version = "~1.0", optional = true } serde_derive = { version = "~1.0", optional = true } diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index dbf8b176..f03fa8de 100644 --- a/tools/cli/Cargo.toml +++ b/tools/cli/Cargo.toml @@ -29,7 +29,7 @@ lazy_static = "~1.4" linefeed = "~0.6" log = "~0.4" tabwriter = "~1.2" -tempfile = "~3.2" +tempfile = "~3.5" termion = "~1.5" time = "~0.3" bytes = { version = "1.0.1", features = ["serde"] }