diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-06-19 13:44:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-19 13:44:28 -0400 |
commit | cddaacc955a8e0e0ab16298f9fad85af7efb1d03 (patch) | |
tree | 6da2713badfeccbb19b540d238f7429ba04b2f78 /test_util | |
parent | 1c5ab8bf1acf8347d39da13c2a9d59c9ba003f3c (diff) |
upgrade crates (#6378)
Diffstat (limited to 'test_util')
-rw-r--r-- | test_util/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 9160236cd..e65d2c224 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -11,4 +11,4 @@ publish = false lazy_static = "1.4.0" os_pipe = "0.9.2" regex = "1.3.9" -tempfile = "3.1.0"
\ No newline at end of file +tempfile = "3.1.0" |