remove fixed version of serde

main
Niko 12 months ago
parent f04b03957b
commit 7b95f501d7
  1. 6
      Cargo.toml

@ -63,11 +63,7 @@ lmdb-crypto-rs = { git = "https://git.nextgraph.org/NextGraph/lmdb-rs.git", bran
log = "0.4.4"
ordered-float = "3.0.0"
paste = "1.0.6"
# Fixed version.
# See
# https://github.com/serde-rs/serde/issues/2255
# https://github.com/rust-lang/cargo/issues/10954
serde = {version = "=1.0.142", features = ["derive", "rc"]}
serde = {version = "1.0.144", features = ["derive", "rc"]}
serde_derive = "1.0"
thiserror = "1.0"
url = "2.0"

Loading…
Cancel
Save