Skip to content

Commit

Permalink
chore(deps): bump thiserror from 1.0.58 to 1.0.59
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.58 to 1.0.59.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.58...1.0.59)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 58b24e2 commit 8594959
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.21"
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls"] }
thiserror = "1.0.58"
thiserror = "1.0.59"

[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.21"
quote = "1.0.36"
syn = { version = "2.0.60", features = ["full", "fold"] }
thiserror = "1.0.58"
thiserror = "1.0.59"
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.21"
quote = "1.0.36"
thiserror = "1.0.58"
thiserror = "1.0.59"
chrono = { version = "0.4.38", 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.1"
log = "0.4.21"
serde = { version = "1.0.198", features = ["derive"] }
thiserror = "1.0.58"
thiserror = "1.0.59"
bytes = "1.6.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.82"
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.58"
thiserror = "1.0.59"
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.69"
log = "0.4.21"
thiserror = "1.0.58"
thiserror = "1.0.59"
wasm-bindgen = { version = "0.2.92", features = ["serde-serialize"] }# serde for serialization from JsValue
wasm-bindgen-futures = "0.4.42"
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.197"
serde_json = "1.0.116"
serde_yaml = "0.9.34"
shadow-rs = { version = "0.27.1", default-features = false }
thiserror = "1.0.58"
thiserror = "1.0.59"
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.12.4", default-features = false, features = ["json", "r
serde = "1.0.198"
serde_derive = "1.0.197"
serde_json = "1.0.116"
thiserror = "1.0.58"
thiserror = "1.0.59"
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.198"
serde_derive = "1.0.197"
serde_json = "1.0.116"
tempfile = "3.10.1"
thiserror = "1.0.58"
thiserror = "1.0.59"
tokio = { version = "1.36.0", 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.4.0"
serde = "1.0.198"
serde_derive = "1.0.197"
serde_json = "1.0.116"
thiserror = "1.0.58"
thiserror = "1.0.59"

[build-dependencies]
capnpc = "0.19"
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.1"
log = "0.4.21"
smallvec = "1.13.2"
thiserror = "1.0.58"
thiserror = "1.0.59"

# 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 @@ -30,7 +30,7 @@ libp2p-identity = { version = "0.2.8", features = ["secp256k1", "ed25519"], defa
libp2p-mplex = {version = "0.41.0", optional = true}
log = "0.4.21"
pin-project = "1.1.5"
thiserror = "1.0.58"
thiserror = "1.0.59"
url = {version = "2.5.0", optional = true}

[dev-dependencies]
Expand Down

0 comments on commit 8594959

Please sign in to comment.