Skip to content

Commit

Permalink
chore(deps): bump serde from 1.0.197 to 1.0.198
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.198.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.197...v1.0.198)

---
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 Apr 17, 2024
1 parent e0d9fdb commit fa5a5ed
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.30"
itertools = "0.12.1"
log = "0.4.21"
serde = { version = "1.0.197", features = ["derive"] }
serde = { version = "1.0.198", features = ["derive"] }
thiserror = "1.0.58"
bytes = "1.6.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.2", features=["sha3"]}
multihash-derive = {version="0.9"}
petname = "1.1.3"
rand = "0.8"
serde = "1.0.197"
serde = "1.0.198"
serde_derive = "1.0.197"
serde_json = "1.0.116"
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.21"
rand = "0.8"
reqwest = { version = "0.12.3", default-features = false, features = ["json", "rustls-tls"] }
serde = "1.0.197"
serde = "1.0.198"
serde_derive = "1.0.197"
serde_json = "1.0.116"
thiserror = "1.0.58"
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.21"
log4rs = "1.3.0"
rand = "0.8"
reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls"] }
serde = "1.0.197"
serde = "1.0.198"
serde_derive = "1.0.197"
serde_json = "1.0.116"
tempfile = "3.10.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.38"
prost = "0.12.4"
prost-types = "0.12.4"
protobuf = "3.4.0"
serde = "1.0.197"
serde = "1.0.198"
serde_derive = "1.0.197"
serde_json = "1.0.116"
thiserror = "1.0.58"
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.0.1", optional = true}
extsort = {version = "0.4.2", optional = true}
lru = {version = "0.12.3", optional = true}
serde = {version = "1.0.197", optional = true}
serde = {version = "1.0.198", optional = true}
serde_derive = {version = "1.0.197", optional = true}
serde_json = {version = "1.0.116", optional = true}
tantivy = {version = "0.19.2", optional = true}
Expand Down

0 comments on commit fa5a5ed

Please sign in to comment.