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 /core | |
parent | 1c5ab8bf1acf8347d39da13c2a9d59c9ba003f3c (diff) |
upgrade crates (#6378)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index ac253d361..78c3471f4 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -20,7 +20,7 @@ lazy_static = "1.4.0" libc = "0.2.71" log = "0.4.8" rusty_v8 = "0.5.1" -serde_json = "1.0.53" +serde_json = "1.0.55" url = "2.1.1" [[example]] |