updated codee version (#2874)

This commit is contained in:
Marc-Stefan Cassola 2024-08-23 21:50:55 +01:00 committed by GitHub
parent c5dea52e69
commit 1df4076fd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ edition.workspace = true
[dependencies]
base64 = "0.22.1"
codee = { version = "0.1.2", features = ["json_serde"] }
codee = { version = "0.2.0", features = ["json_serde"] }
hydration_context = { workspace = true }
reactive_graph = { workspace = true, features = ["hydration"] }
server_fn = { workspace = true }