Skip to content

Commit

Permalink
fix(deps): update rust crate log to 0.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 3, 2024
1 parent 3734a3b commit 97b98ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resolver = "2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
log = "0.4"
log = "0.4.21"
tonic = "0.11.0"
prost = "0.12.4"
futures-util = "0.3.30"
Expand Down
2 changes: 1 addition & 1 deletion dtrd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ edition = "2021"
[dependencies]
bp7 = {path = "../bp7"}
tcpcl = {path = "../tcpcl"}
log = "0.4"
log = "0.4.21"
tonic = "0.11.0"
prost = "0.12.4"
tokio = { version = "1.37.0", features = ["full", "tracing"] }
Expand Down
2 changes: 1 addition & 1 deletion tcpcl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bitflags = "2.5.0"
tokio = { version = "1.37.0", features = ["fs", "io-util", "net", "macros", "sync", "rt", "time"] }
tokio-openssl = "0.6.4"
openssl = {version = "0.10.64", features = ["vendored"]}
log = "0.4"
log = "0.4.21"
num_enum = "0.7.2"
x509-parser = "0.16.0"
tokio-util = {version = "0.7.10", features = ["codec"]}
Expand Down

0 comments on commit 97b98ee

Please sign in to comment.