Skip to content

Commit

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

---
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 6, 2024
1 parent 2547eea commit b9b4a0b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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 chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exocore-transport = {version = "0.1.26", path = "../transport", default-features
futures = "0.3.30"
itertools = "0.13.0"
log = "0.4.22"
serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
thiserror = "1.0.63"
bytes = "1.7.1"

Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ multihash-codetable = {version="0.1.3", features=["sha3"]}
multihash-derive = {version="0.9"}
petname = "1.1.3"
rand = "0.8"
serde = "1.0.209"
serde = "1.0.210"
serde_derive = "1.0.209"
serde_json = "1.0.127"
serde_yaml = "0.9.34"
Expand Down
2 changes: 1 addition & 1 deletion discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ futures = "0.3.30"
log = "0.4.22"
rand = "0.8"
reqwest = { version = "0.12.7", default-features = false, features = ["json", "rustls-tls"] }
serde = "1.0.209"
serde = "1.0.210"
serde_derive = "1.0.209"
serde_json = "1.0.127"
thiserror = "1.0.63"
Expand Down
2 changes: 1 addition & 1 deletion exo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ log = "0.4.22"
log4rs = "1.3.0"
rand = "0.8"
reqwest = { version = "0.12.7", default-features = false, features = ["rustls-tls"] }
serde = "1.0.209"
serde = "1.0.210"
serde_derive = "1.0.209"
serde_json = "1.0.127"
tempfile = "3.12.0"
Expand Down
2 changes: 1 addition & 1 deletion protos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ chrono = "0.4.38"
prost = "0.12.6"
prost-types = "0.12.6"
protobuf = "3.5.1"
serde = "1.0.209"
serde = "1.0.210"
serde_derive = "1.0.209"
serde_json = "1.0.127"
thiserror = "1.0.63"
Expand Down
2 changes: 1 addition & 1 deletion store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ byteorder = {version = "1.5.0", optional = true}
crc = {version = "3.2.1", optional = true}
extsort = {version = "0.4.2", optional = true}
lru = {version = "0.12.4", optional = true}
serde = {version = "1.0.209", optional = true}
serde = {version = "1.0.210", optional = true}
serde_derive = {version = "1.0.209", optional = true}
serde_json = {version = "1.0.127", optional = true}
tantivy = {version = "0.19.2", optional = true}
Expand Down

0 comments on commit b9b4a0b

Please sign in to comment.