Skip to content

Commit

Permalink
build(deps): bump serde from 1.0.208 to 1.0.209
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.208 to 1.0.209.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.208...v1.0.209)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent 53970f5 commit a58a72d
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 a58a72d

Please sign in to comment.