Skip to content

Commit

Permalink
Merge pull request #19 from Spec-ify/dependabot/cargo/serde-1.0.208
Browse files Browse the repository at this point in the history
build(deps): bump serde from 1.0.197 to 1.0.208
  • Loading branch information
zleyyij authored Aug 19, 2024
2 parents e212cd0 + dd3b74a commit 1adf9ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion parsing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ edition = "2021"
# TODO: remove
log = "0.4.20"
nom = "7.1.3"
serde = { version = "1.0.195", features = ["derive"] }
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.111"
nohash-hasher = "0.2.0"
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ colored = "2.1.0"
http = "1.0.0"
nom = "7.1.3"
log = "0.4.20"
serde = { version = "1.0.195", features = ["derive"] }
serde = { version = "1.0.208", features = ["derive"] }
phf = { version = "0.11.2", features = ["macros"] }
tokio = { version = "1.39.3", features = ["full"] }
tower-http = { version = "0.5.1", features = ["cors"] }

0 comments on commit 1adf9ca

Please sign in to comment.