summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-06-19 13:44:28 -0400
committerGitHub <noreply@github.com>2020-06-19 13:44:28 -0400
commitcddaacc955a8e0e0ab16298f9fad85af7efb1d03 (patch)
tree6da2713badfeccbb19b540d238f7429ba04b2f78 /core
parent1c5ab8bf1acf8347d39da13c2a9d59c9ba003f3c (diff)
upgrade crates (#6378)
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
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]]