Skip to content

Commit

Permalink
Merge pull request #290 from spacemeshos/dependabot/cargo/log-0.4.22
Browse files Browse the repository at this point in the history
Bump log from 0.4.21 to 0.4.22
  • Loading branch information
fasmat authored Jul 1, 2024
2 parents 89890ed + 8c9a709 commit 392648e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 @@ -35,7 +35,7 @@ blake3 = "1.3.3"
bitvec = "1.0.1"
rayon = "1.10.0"
rand = "0.8.5"
log = "0.4.17"
log = "0.4.22"
randomx-rs = { git = "https://github.com/spacemeshos/randomx-rs", rev = "d46bcd90e09428883e253b8203d6b311b0a07b91" }


Expand Down
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "post"
crate_type = ["staticlib", "cdylib"]

[dependencies]
log = { version = "0.4.17", features = ["std"] }
log = { version = "0.4.22", features = ["std"] }
post-rs = { path = "../" }
scrypt-ocl = { path = "../scrypt-ocl" }

Expand Down
2 changes: 1 addition & 1 deletion scrypt-ocl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
ocl = "0.19.7"
thiserror = "1.0.61"
post-rs = { path = "../" }
log = "0.4.17"
log = "0.4.22"
regex = "1.10.5"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tokio = { version = "1.38", features = [
"time",
] }
tokio-stream = { version = "0.1", features = ["net"] }
log = "0.4.20"
log = "0.4.22"
eyre = "0.6.12"
env_logger = "0.11.1"
clap = { version = "4.5.7", features = ["derive"] }
Expand Down

0 comments on commit 392648e

Please sign in to comment.