diff --git a/crates/nu-protocol/Cargo.toml b/crates/nu-protocol/Cargo.toml index e170a9dd38..dfc9a3f832 100644 --- a/crates/nu-protocol/Cargo.toml +++ b/crates/nu-protocol/Cargo.toml @@ -19,7 +19,7 @@ chrono-humanize = "0.2.1" byte-unit = "4.0.9" serde_json = { version = "1.0", optional = true } nu-json = { path = "../nu-json", version = "0.65.1" } -typetag = "0.2.1" +typetag = "0.1.8" num-format = "0.4.0" sys-locale = "0.2.0" regex = "1.5.4"