Skip to content

Commit

Permalink
Merge pull request #1615 from appaquet/dependabot/cargo/log-0.4.20
Browse files Browse the repository at this point in the history
chore(deps): bump log from 0.4.19 to 0.4.20
  • Loading branch information
github-actions[bot] authored Aug 14, 2023
2 parents aeb6d45 + 5deecb5 commit 7b18bd5
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ exocore-discovery = {version = "0.1.25", path = "./discovery", default-features
exocore-protos = {version = "0.1.25", path = "./protos", default-features = false, optional = true}
exocore-store = {version = "0.1.25", path = "./store", default-features = false, optional = true}
exocore-transport = {version = "0.1.25", path = "./transport", default-features = false, optional = true}
log = "0.4.19"
log = "0.4.20"

[dev-dependencies]
exocore-core = {version = "0.1.25", path = "./core", features = ["tests-utils"]}
Expand Down
2 changes: 1 addition & 1 deletion apps/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ crate-type = ['cdylib']
[dependencies]
exocore = {version = "0.1.3", path = "../..", default-features = false, features = ["apps-sdk"]}
futures = "0.3.28"
log = "0.4.19"
log = "0.4.20"
2 changes: 1 addition & 1 deletion apps/host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exocore-core = {version = "0.1.25", path = "../../core"}
exocore-protos = {version = "0.1.25", path = "../../protos"}
exocore-store = {version = "0.1.25", path = "../../store"}
futures = "0.3.28"
log = "0.4.19"
log = "0.4.20"
reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls"] }
thiserror = "1.0.44"

Expand Down
2 changes: 1 addition & 1 deletion apps/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ proc-macro = true
[dependencies]
anyhow = "1.0.72"
futures = "0.3.28"
log = "0.4.19"
log = "0.4.20"
quote = "1.0.32"
syn = { version = "2.0.28", features = ["full", "fold"] }
thiserror = "1.0.44"
2 changes: 1 addition & 1 deletion apps/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exocore-protos = {version = "0.1.25", path = "../../protos"}
exocore-store = {version = "0.1.25", path = "../../store", default-features = false}
futures = "0.3.28"
lazy_static = "1.4.0"
log = "0.4.19"
log = "0.4.20"
quote = "1.0.32"
thiserror = "1.0.44"
chrono = { version = "0.4.26", default-features = false, features = [] }
Expand Down
2 changes: 1 addition & 1 deletion chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exocore-protos = {version = "0.1.25", path = "../protos"}
exocore-transport = {version = "0.1.25", path = "../transport", default-features = false}
futures = "0.3.28"
itertools = "0.11.0"
log = "0.4.19"
log = "0.4.20"
serde = { version = "1.0.183", features = ["derive"] }
thiserror = "1.0.44"
bytes = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion clients/c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ exocore-transport = {version = "0.1.25", path = "../../transport", features = ["
weak-table = "0.3.2"
futures = "0.3.28"
libc = "0.2.147"
log = "0.4.19"
log = "0.4.20"
log4rs = "1.2.0"
serde_json = "1.0.104"
2 changes: 1 addition & 1 deletion clients/web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exocore-store = {version = "0.1.25", path = "../../store", default-features = fa
exocore-transport = {version = "0.1.25", path = "../../transport", default-features = false, features = ["p2p-web"]}
futures = "0.3.28"
js-sys = "0.3.64"
log = "0.4.19"
log = "0.4.20"
thiserror = "1.0.44"
wasm-bindgen = { version = "0.2.87", features = ["serde-serialize"] }# serde for serialization from JsValue
wasm-bindgen-futures = "0.4.37"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ exocore-protos = {version = "0.1.25", path = "../protos"}
futures = { version = "0.3.28", features = ["async-await"] }
libp2p = { version = "0.52.2", features = ["noise", "secp256k1"], default-features = false }
libp2p-identity = { version = "0.2.2", features = ["secp256k1", "ed25519"], default-features = false }
log = "0.4.19"
log = "0.4.20"
log4rs = { version = "1.2.0", optional = true }
multihash = "0.19.0"
multihash-codetable = {version="0.1", features=["digest", "sha3"]}
Expand Down
2 changes: 1 addition & 1 deletion discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow = "1.0.72"
base64 = "0.21.2"
chrono = { version = "0.4.26", features = ["serde"] }
futures = "0.3.28"
log = "0.4.19"
log = "0.4.20"
rand = "0.8"
reqwest = { version = "0.11.18", default-features = false, features = ["json", "rustls-tls"] }
serde = "1.0.183"
Expand Down
2 changes: 1 addition & 1 deletion exo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exocore-store = {version = "0.1.25", path = "../store"}
exocore-transport = {version = "0.1.25", path = "../transport", features = ["http-server"]}
futures = "0.3.28"
indicatif = "0.17.6"
log = "0.4.19"
log = "0.4.20"
log4rs = "1.2.0"
rand = "0.8"
reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls"] }
Expand Down
2 changes: 1 addition & 1 deletion store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ chrono = {version = "0.4.26", features = ["serde"]}
exocore-protos = {version = "0.1.25", path = "../protos"}
futures = "0.3.28"
itertools = "0.11.0"
log = "0.4.19"
log = "0.4.20"
smallvec = "1.11.0"
thiserror = "1.0.44"

Expand Down
2 changes: 1 addition & 1 deletion transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ hyper = {version = "0.14.27", features = ["full"], optional = true}
libp2p = {version = "0.52.2", optional = true, default-features = false, features = ["noise", "websocket", "yamux", "ping", "identify", "macros", "tokio", "dns"]}
libp2p-identity = { version = "0.2.2", features = ["secp256k1", "ed25519"], default-features = false }
libp2p-mplex = {version = "0.40.0", optional = true}
log = "0.4.19"
log = "0.4.20"
pin-project = "1.1.3"
thiserror = "1.0.44"
url = {version = "2.4.0", optional = true}
Expand Down

0 comments on commit 7b18bd5

Please sign in to comment.