Skip to content

Commit

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

---
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 Aug 15, 2024
1 parent b411bfa commit dd3b74a
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.35.1", features = ["full"] }
tower-http = { version = "0.5.1", features = ["cors"] }

0 comments on commit dd3b74a

Please sign in to comment.