Skip to content

Commit

Permalink
Merge pull request #1739 from appaquet/dependabot/cargo/serde-1.0.192
Browse files Browse the repository at this point in the history
chore(deps): bump serde from 1.0.191 to 1.0.192
  • Loading branch information
github-actions[bot] authored Nov 7, 2023
2 parents a9972c2 + e641b52 commit dd8be5b
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.29"
itertools = "0.11.0"
log = "0.4.20"
serde = { version = "1.0.191", features = ["derive"] }
serde = { version = "1.0.192", features = ["derive"] }
thiserror = "1.0.50"
bytes = "1.5.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.191"
serde = "1.0.192"
serde_derive = "1.0.190"
serde_json = "1.0.108"
serde_yaml = "0.9.27"
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.29"
log = "0.4.20"
rand = "0.8"
reqwest = { version = "0.11.22", default-features = false, features = ["json", "rustls-tls"] }
serde = "1.0.191"
serde = "1.0.192"
serde_derive = "1.0.190"
serde_json = "1.0.108"
thiserror = "1.0.50"
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.20"
log4rs = "1.2.0"
rand = "0.8"
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls"] }
serde = "1.0.191"
serde = "1.0.192"
serde_derive = "1.0.190"
serde_json = "1.0.108"
tempfile = "3.8.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.31"
prost = "0.12.1"
prost-types = "0.12.1"
protobuf = "3.3.0"
serde = "1.0.191"
serde = "1.0.192"
serde_derive = "1.0.190"
serde_json = "1.0.108"
thiserror = "1.0.50"
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.0", optional = true}
serde = {version = "1.0.191", optional = true}
serde = {version = "1.0.192", optional = true}
serde_derive = {version = "1.0.190", optional = true}
serde_json = {version = "1.0.108", optional = true}
tantivy = {version = "0.19.2", optional = true}
Expand Down

0 comments on commit dd8be5b

Please sign in to comment.