Skip to content

Commit

Permalink
Merge pull request #24 from Spec-ify/dependabot/cargo/serde-1.0.209
Browse files Browse the repository at this point in the history
build(deps): bump serde from 1.0.208 to 1.0.209
  • Loading branch information
zleyyij authored Sep 5, 2024
2 parents b79bdf5 + a58a72d commit d742924
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 databases/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ phf_codegen = "0.11.2"
parsing = { path = "../parsing" }
chrono = "0.4.32"
nom = "7.1.3"
serde = { version = "1.0.195", features = ["derive"] }
serde = { version = "1.0.209", features = ["derive"] }
phf = { version = "0.11.2", features = ["macros"] }
tracing = "0.1.40"

Expand Down
2 changes: 1 addition & 1 deletion handlers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ edition = "2021"
databases = { path = "../databases" }
parsing = { path = "../parsing" }
axum = "0.7.4"
serde = { version = "1.0.195", features = ["derive"] }
serde = { version = "1.0.209", features = ["derive"] }
tower-http = { version = "0.5.1", features = ["cors"] }
tracing = "0.1.40"
2 changes: 1 addition & 1 deletion parsing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
nom = "7.1.3"
serde = { version = "1.0.195", features = ["derive"] }
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
nohash-hasher = "0.2.0"
tracing = "0.1.40"

0 comments on commit d742924

Please sign in to comment.