Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dd678a76b8..08e02d5b10 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -108,7 +108,7 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
smol_str = "0.2.0"
nohash-hasher = "0.2.0"
text-size = "1.1.0"
-serde = { version = "1.0.156", features = ["derive"] }
+serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.96"
triomphe = { version = "0.1.8", default-features = false, features = ["std"] }
# can't upgrade due to dashmap depending on 0.12.3 currently