diff options
Diffstat (limited to 'tvix/eval')
-rw-r--r-- | tvix/eval/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index e59249f1e70a..99c4fc1a1106 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -24,7 +24,7 @@ rnix = "0.11.0" rowan = "*" # pinned by rnix serde = { version = "1.0", features = [ "rc", "derive" ] } serde_json = "1.0" -smol_str = "0.1" +smol_str = "0.2.0" tabwriter = "1.2" test-strategy = { version = "0.2.1", optional = true } toml = "0.6.0" |