Skip to content

Commit

Permalink
Bump log from 0.4.14 to 0.4.16 (#3295)
Browse files Browse the repository at this point in the history
Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.16.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 24, 2022
1 parent d9b3536 commit 982b74e
Show file tree
Hide file tree
Showing 18 changed files with 137 additions and 137 deletions.
240 changes: 120 additions & 120 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion commons/logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.41"
log = "0.4.14"
log = "0.4.16"
slog = "2.7.0"
slog-term = "2.9.0"
slog-async = "2.7.0"
Expand Down
2 changes: 1 addition & 1 deletion commons/service-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ futures = "0.3.12"
futures-timer = "3.0"
serde = { version = "1.0.130", features = ["derive"] }
once_cell = "1.10.0"
log = "0.4.14"
log = "0.4.16"
schemars = {git = "https://github.com/starcoinorg/schemars", rev="6972da92f4360e1779168bb3fe0274c521d324e2"}

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion commons/stest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
stest-macro = {path = "./stest-macro"}
starcoin-logger = {path = "../logger"}
timeout-join-handler = {path = "../timeout-join-handler"}
log = "0.4.14"
log = "0.4.16"
actix = "0.10.0"
actix-rt = "1.1"
futures = "0.3.12"
Expand Down
2 changes: 1 addition & 1 deletion commons/stream-task/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ futures = "0.3.12"
futures-timer = "3.0"
futures-retry = "0.5.0"
pin-project = "0.4.8"
log = "0.4.14"
log = "0.4.16"
serde = { version = "1.0.130", features = ["derive"] }
parking_lot = "0.12.0"
schemars = {git = "https://github.com/starcoinorg/schemars", rev="6972da92f4360e1779168bb3fe0274c521d324e2"}
Expand Down
2 changes: 1 addition & 1 deletion devtools/x/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ guppy = { version = "0.9.0", features = ["summaries"] }
indoc = "1.0.3"
toml = "0.5.8"
env_logger = "0.9.0"
log = "0.4.14"
log = "0.4.16"
chrono = "0.4.19"
globset = "0.4.8"
regex = "1.5.4"
Expand Down
2 changes: 1 addition & 1 deletion executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ stest = {path = "../commons/stest"}
stdlib = { package="stdlib", path = "../vm/stdlib"}
starcoin-move-compiler = { path = "../vm/compiler"}
starcoin-dev = {path = "../vm/dev"}
log = "0.4.14"
log = "0.4.16"

[dev-dependencies]
hex = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion network-p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ futures = "0.3.12"
futures-timer = "3.0"
linked-hash-map = "0.5.4"
linked_hash_set = "0.1.3"
log = "0.4.14"
log = "0.4.16"
lru = "0.7.3"
parking_lot = "0.12.0"
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion network-p2p/peerset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
futures = "0.3.12"
libp2p = { version = "0.42.2", default-features = false }
sp-utils = { path = "../../commons/utils" }
log = "0.4.14"
log = "0.4.16"
serde_json = { version="1.0", features = ["arbitrary_precision"]}
wasm-timer = "0.2"

Expand Down
2 changes: 1 addition & 1 deletion network-rpc/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
anyhow = "1.0.41"
futures = "0.3.12"
serde = { version = "1.0.130", features = ["derive"] }
log = "0.4.14"
log = "0.4.16"
network-rpc-derive = { path = "../derive" }
num_enum = "0.5.7"
bcs-ext = { path = "../../commons/bcs_ext", package = "bcs-ext" }
Expand Down
2 changes: 1 addition & 1 deletion network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
anyhow = "1.0.41"
futures = "0.3.12"
futures-timer = "3.0"
log = "0.4.14"
log = "0.4.16"
hex = "0.4.3"
bytes = "1"

Expand Down
2 changes: 1 addition & 1 deletion rpc/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hex = "~0.4"
actix = "0.10.0"
actix-rt = "1.1"
tokio = "0.2"
log = "0.4.14"
log = "0.4.16"
parking_lot = "0.12.0"
jsonrpc-core = { version = "17.0.0", features = ["arbitrary_precision"] }
jsonrpc-derive = "17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion txpool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.41"
async-trait = "0.1"
log = "0.4.14"
log = "0.4.16"
futures = "0.3.12"
futures-channel = "0.3"
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion vm/move-prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tempfile = "3.2"
itertools = "0.10.3"
hex = "0.4.3"
clap = "2.33.3"
log = "0.4.14"
log = "0.4.16"
num = "0.4.0"
pretty = "0.10.0"
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion vm/natives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ move-vm-runtime = { git = "https://github.com/starcoinorg/move", rev = "314436e8
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "314436e8ab94f4cff2699d8cd0f62b96c1d2a6df" }
move-core-types = { git = "https://github.com/starcoinorg/move", rev = "314436e8ab94f4cff2699d8cd0f62b96c1d2a6df" }
starcoin-crypto = { git = "https://github.com/starcoinorg/starcoin-crypto", rev = "d871dfb4216f034ee334a575926c101574d9d6dc"}
log = "0.4.14"
log = "0.4.16"
walkdir = "2.3.1"
smallvec = "1.8.0"
tiny-keccak={version="2", features = ["keccak"]}
Expand Down
2 changes: 1 addition & 1 deletion vm/starcoin-transactional-test-harness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tokio = {version = "0.2", features = ["full"]}
dashmap = "~5"
serde = { version = "1" }
serde_json = { version = "1" }
log = { version = "0.4.14" }
log = { version = "0.4.16" }
move-transactional-test-runner = { git = "https://github.com/starcoinorg/move", rev = "314436e8ab94f4cff2699d8cd0f62b96c1d2a6df" }
move-compiler = { git = "https://github.com/starcoinorg/move", rev = "314436e8ab94f4cff2699d8cd0f62b96c1d2a6df" }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "314436e8ab94f4cff2699d8cd0f62b96c1d2a6df" }
Expand Down
2 changes: 1 addition & 1 deletion vm/stdlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ move-compiler = { git = "https://github.com/starcoinorg/move", rev = "314436e8ab
once_cell = "1.10.0"
include_dir = "0.6.2"
sha2 = "0.9.1"
log = "0.4.14"
log = "0.4.16"
simplelog = "0.9.0"
fs_extra = "1.2.0"
clap = "2.33.3"
Expand Down
2 changes: 1 addition & 1 deletion vm/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ num_enum = "0.5.7"
hex = "0.4.3"
chrono = { version = "0.4.19", default-features = false, features = ["clock"] }
mirai-annotations = "1.10.1"
log = "0.4.14"
log = "0.4.16"
bech32 = "0.8"

proptest = { version = "1.0.0", default-features = false, optional = true }
Expand Down

0 comments on commit 982b74e

Please sign in to comment.