Skip to content

Commit

Permalink
Merge pull request #1776 from appaquet/dependabot/cargo/thiserror-1.0.53
Browse files Browse the repository at this point in the history
chore(deps): bump thiserror from 1.0.52 to 1.0.53
  • Loading branch information
github-actions[bot] authored Jan 1, 2024
2 parents 15d2e9c + eeac538 commit 6b05341
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 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 apps/host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exocore-store = {version = "0.1.25", path = "../../store"}
futures = "0.3.30"
log = "0.4.20"
reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls"] }
thiserror = "1.0.52"
thiserror = "1.0.53"

[target."cfg(any( all(target_arch = \"x86_64\", any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\")), all(target_arch = \"aarch64\", any(target_os = \"linux\", target_os = \"macos\")) ))".dependencies]
wasmtime = "4.0.1"
Expand Down
2 changes: 1 addition & 1 deletion apps/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ futures = "0.3.30"
log = "0.4.20"
quote = "1.0.33"
syn = { version = "2.0.43", features = ["full", "fold"] }
thiserror = "1.0.52"
thiserror = "1.0.53"
2 changes: 1 addition & 1 deletion apps/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ futures = "0.3.30"
lazy_static = "1.4.0"
log = "0.4.20"
quote = "1.0.33"
thiserror = "1.0.52"
thiserror = "1.0.53"
chrono = { version = "0.4.31", default-features = false, features = [] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ futures = "0.3.30"
itertools = "0.12.0"
log = "0.4.20"
serde = { version = "1.0.193", features = ["derive"] }
thiserror = "1.0.52"
thiserror = "1.0.53"
bytes = "1.5.0"

# For directory chain
Expand Down
2 changes: 1 addition & 1 deletion clients/android/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ anyhow = "1.0.77"
exocore-core = {version = "0.1.25", path = "../../core", features = ["runtime", "logger"]}
exocore-store = {version = "0.1.25", path = "../../store"}
exocore-transport = {version = "0.1.25", path = "../../transport", features = ["p2p-full"]}
thiserror = "1.0.52"
thiserror = "1.0.53"
2 changes: 1 addition & 1 deletion clients/web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exocore-transport = {version = "0.1.25", path = "../../transport", default-featu
futures = "0.3.30"
js-sys = "0.3.66"
log = "0.4.20"
thiserror = "1.0.52"
thiserror = "1.0.53"
wasm-bindgen = { version = "0.2.89", features = ["serde-serialize"] }# serde for serialization from JsValue
wasm-bindgen-futures = "0.4.39"
wasm-logger = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ serde_derive = "1.0.193"
serde_json = "1.0.108"
serde_yaml = "0.9.29"
shadow-rs = { version = "0.25.0", default-features = false }
thiserror = "1.0.52"
thiserror = "1.0.53"
url = "2.5.0"
uuid = { version = "1.4.1", features = ["v4", "wasm-bindgen"] }
wasm-timer = "0.2.5"
Expand Down
2 changes: 1 addition & 1 deletion discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ reqwest = { version = "0.11.23", default-features = false, features = ["json", "
serde = "1.0.193"
serde_derive = "1.0.193"
serde_json = "1.0.108"
thiserror = "1.0.52"
thiserror = "1.0.53"
wasm-timer = "0.2.5"

# For server
Expand Down
2 changes: 1 addition & 1 deletion exo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serde = "1.0.193"
serde_derive = "1.0.193"
serde_json = "1.0.108"
tempfile = "3.8.1"
thiserror = "1.0.52"
thiserror = "1.0.53"
tokio = { version = "1.35.1", features = ["macros"], default-features = false }
url = "2.5.0"
zip = { version = "0.6.6", features = ["deflate"], default-features = false }
2 changes: 1 addition & 1 deletion protos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ protobuf = "3.3.0"
serde = "1.0.193"
serde_derive = "1.0.193"
serde_json = "1.0.108"
thiserror = "1.0.52"
thiserror = "1.0.53"

[build-dependencies]
capnpc = "0.18"
Expand Down
2 changes: 1 addition & 1 deletion store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ futures = "0.3.30"
itertools = "0.12.0"
log = "0.4.20"
smallvec = "1.11.2"
thiserror = "1.0.52"
thiserror = "1.0.53"

# local or remote
exocore-chain = {version = "0.1.25", path = "../chain", default-features = false, optional = true}
Expand Down
2 changes: 1 addition & 1 deletion transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ libp2p-identity = { version = "0.2.8", features = ["secp256k1", "ed25519"], defa
libp2p-mplex = {version = "0.40.0", optional = true}
log = "0.4.20"
pin-project = "1.1.3"
thiserror = "1.0.52"
thiserror = "1.0.53"
url = {version = "2.5.0", optional = true}

[dev-dependencies]
Expand Down

0 comments on commit 6b05341

Please sign in to comment.