aboutsummaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 73e81be..6c7c9b8 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -15,5 +15,5 @@ description = "Core zone traits and tools for implementation."
[dependencies]
rocket = { version = "0.5.0-rc.1", default-features = false, features = ["json"] }
rocket_okapi = { version = "0.8.0-rc.1", features = ["rapidoc", "swagger", "secrets"] }
-serde = "1.0.131"
+serde = "1.0.136"
tabled = "0.4.2"