Skip to content

Commit

Permalink
Merge pull request #1688 from appaquet/dependabot/cargo/thiserror-1.0.49
Browse files Browse the repository at this point in the history
chore(deps): bump thiserror from 1.0.48 to 1.0.49
  • Loading branch information
github-actions[bot] authored Sep 27, 2023
2 parents 15ba6b2 + 7b6dbeb commit 0576bc7
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.28"
log = "0.4.20"
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls"] }
thiserror = "1.0.48"
thiserror = "1.0.49"

[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.28"
log = "0.4.20"
quote = "1.0.33"
syn = { version = "2.0.37", features = ["full", "fold"] }
thiserror = "1.0.48"
thiserror = "1.0.49"
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.28"
lazy_static = "1.4.0"
log = "0.4.20"
quote = "1.0.33"
thiserror = "1.0.48"
thiserror = "1.0.49"
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.28"
itertools = "0.11.0"
log = "0.4.20"
serde = { version = "1.0.188", features = ["derive"] }
thiserror = "1.0.48"
thiserror = "1.0.49"
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.75"
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.48"
thiserror = "1.0.49"
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.28"
js-sys = "0.3.64"
log = "0.4.20"
thiserror = "1.0.48"
thiserror = "1.0.49"
wasm-bindgen = { version = "0.2.87", features = ["serde-serialize"] }# serde for serialization from JsValue
wasm-bindgen-futures = "0.4.37"
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.188"
serde_json = "1.0.107"
serde_yaml = "0.9.25"
shadow-rs = { version = "0.24.0", default-features = false }
thiserror = "1.0.48"
thiserror = "1.0.49"
url = "2.4.1"
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.20", default-features = false, features = ["json", "
serde = "1.0.188"
serde_derive = "1.0.188"
serde_json = "1.0.107"
thiserror = "1.0.48"
thiserror = "1.0.49"
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.188"
serde_derive = "1.0.188"
serde_json = "1.0.107"
tempfile = "3.8.0"
thiserror = "1.0.48"
thiserror = "1.0.49"
tokio = { version = "1.32.0", features = ["macros"], default-features = false }
url = "2.4.1"
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.2.0"
serde = "1.0.188"
serde_derive = "1.0.188"
serde_json = "1.0.107"
thiserror = "1.0.48"
thiserror = "1.0.49"

[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.28"
itertools = "0.11.0"
log = "0.4.20"
smallvec = "1.11.1"
thiserror = "1.0.48"
thiserror = "1.0.49"

# 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.3", features = ["secp256k1", "ed25519"], defa
libp2p-mplex = {version = "0.40.0", optional = true}
log = "0.4.20"
pin-project = "1.1.3"
thiserror = "1.0.48"
thiserror = "1.0.49"
url = {version = "2.4.1", optional = true}

[dev-dependencies]
Expand Down

0 comments on commit 0576bc7

Please sign in to comment.