Skip to content

Commit

Permalink
updated dependencies, rkyv in particular
Browse files Browse the repository at this point in the history
  • Loading branch information
thestarmaker committed Jan 9, 2025
1 parent 8b5194d commit 933ecc0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ readme = "README.md"
repository = "https://github.com/Synphonyte/codee"

[dependencies]
base64 = { version = "0.21", optional = true }
base64 = { version = "0.22", optional = true }
bincode = { version = "1", optional = true }
js-sys = { version = "0.3", optional = true }
miniserde = { version = "0.1", optional = true }
prost = { version = "0.12", optional = true }
rkyv = { version = "0.7", optional = true, features = ["validation", "strict"] }
prost = { version = "0.13", optional = true }
rkyv = { version = "0.8.9", optional = true }
rmp-serde = { version = "1.1", optional = true }
serde = { version = "1", optional = true }
serde_json = { version = "1", optional = true }
serde-lite = { version = "0.5", optional = true }
serde-wasm-bindgen = { version = "0.6", optional = true }
thiserror = "1.0.61"
thiserror = "2.0"
wasm-bindgen = { version = "0.2", optional = true }

[features]
Expand All @@ -38,8 +38,8 @@ json_serde_wasm = ["dep:serde", "dep:serde_json", "dep:js-sys", "dep:serde-wasm-
[dev-dependencies]
serde = { version = "1", features = ["derive"] }
serde-lite = { version = "0.5", features = ["derive"] }
leptos = "0.6"
leptos-use = "0.12"
leptos = "0.7"
leptos-use = "0.15"

[package.metadata.docs.rs]
all-features = true

0 comments on commit 933ecc0

Please sign in to comment.