about summary refs log tree commit diff
path: root/tvix/eval/Cargo.toml
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-05-11T15·06+0300
committerflokli <flokli@flokli.de>2023-05-11T18·19+0000
commit6a30eb69e067afd541312b3eb4d68416c6734e2d (patch)
treeaa4425a5f4cffc706b7d1a5bb9dc7a94dc80b2b9 /tvix/eval/Cargo.toml
parent616fa4476f93e1782e68dc713e9e8cb77a426c7d (diff)
chore(tvix/*): bump to smol_str 0.2.0 r/6134
Change-Id: Ic9ac1b6fecb564eafb41b265bf317cd385fdc170
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8560
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/eval/Cargo.toml')
-rw-r--r--tvix/eval/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml
index e59249f1e7..99c4fc1a11 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"