Skip to content

Commit

Permalink
bump serde
Browse files Browse the repository at this point in the history
  • Loading branch information
aDotInTheVoid committed Sep 1, 2023
1 parent 525960b commit be4e2c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -15,7 +15,7 @@ members = [
[dependencies]
anyhow = "1.0.75"
reqwest = { version = "0.11.18", features = ["json"] }
serde = { version = "=1.0.171", features = ["derive"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.104"
tokio = { version = "1.29.1", features = ["rt", "macros"] }
triphosphate-vocab = { version = "0.1.0", path = "triphosphate-vocab" }
Expand Down
2 changes: 1 addition & 1 deletion lexgen/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ heck = "0.4.1"
prettyplease = "0.2.12"
proc-macro2 = { version = "1.0.66", default-features = false }
quote = { version = "1.0.32", default-features = false }
serde = { version = "=1.0.171", features = ["derive"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.103"
syn = { version = "2.0.28", features = ["parsing"] }
triphosphate-vocab = { version = "0.1.0", path = "../triphosphate-vocab" }
2 changes: 1 addition & 1 deletion triphosphate-vocab/Cargo.toml
Expand Up @@ -10,6 +10,6 @@ chrono = { version = "0.4.26", features = ["serde"] }
cid = "0.10.1"
oxilangtag = "0.1.3"
regex = "1.9.3"
serde = { version = "=1.0.171", features = ["derive"] } # TODO: Remove derive
serde = { version = "1.0.188", features = ["derive"] } # TODO: Remove derive
serde_json = "1.0.105"
winnow = "0.5.10"

0 comments on commit be4e2c4

Please sign in to comment.