Skip to content

Commit

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

---
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 7, 2023
1 parent 8825e70 commit 6f61ac5
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.25", path = "../transport", default-features
futures = "0.3.28"
itertools = "0.11.0"
log = "0.4.19"
serde = { version = "1.0.181", features = ["derive"] }
serde = { version = "1.0.183", features = ["derive"] }
thiserror = "1.0.44"
bytes = "1.4.0"

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", features=["digest", "sha3"]}
multihash-derive = {version="0.9"}
petname = "1.1.3"
rand = "0.8"
serde = "1.0.181"
serde = "1.0.183"
serde_derive = "1.0.177"
serde_json = "1.0.104"
serde_yaml = "0.9.25"
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.28"
log = "0.4.19"
rand = "0.8"
reqwest = { version = "0.11.18", default-features = false, features = ["json", "rustls-tls"] }
serde = "1.0.181"
serde = "1.0.183"
serde_derive = "1.0.177"
serde_json = "1.0.104"
thiserror = "1.0.44"
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.19"
log4rs = "1.2.0"
rand = "0.8"
reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls"] }
serde = "1.0.181"
serde = "1.0.183"
serde_derive = "1.0.177"
serde_json = "1.0.104"
tempfile = "3.7.1"
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.26"
prost = "0.11.9"
prost-types = "0.11.9"
protobuf = "3.2.0"
serde = "1.0.181"
serde = "1.0.183"
serde_derive = "1.0.177"
serde_json = "1.0.104"
thiserror = "1.0.44"
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.4.3", optional = true}
crc = {version = "3.0.1", optional = true}
extsort = {version = "0.4.2", optional = true}
lru = {version = "0.11.0", optional = true}
serde = {version = "1.0.181", optional = true}
serde = {version = "1.0.183", optional = true}
serde_derive = {version = "1.0.177", optional = true}
serde_json = {version = "1.0.104", optional = true}
tantivy = {version = "0.19.2", optional = true}
Expand Down

0 comments on commit 6f61ac5

Please sign in to comment.