Skip to content

Commit

Permalink
chore: update dependencies due to security from dependabot (#6032)
Browse files Browse the repository at this point in the history
Description
---
update dependencies due to security from dependabot
  • Loading branch information
SWvheerden authored Dec 12, 2023
1 parent c65a0f5 commit 851cb00
Show file tree
Hide file tree
Showing 7 changed files with 123 additions and 50 deletions.
161 changes: 117 additions & 44 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 common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ anyhow = "1.0.53"
blake2 = "0.10"
config = { version = "0.13.0", default_features = false, features = ["toml"] }
dirs-next = "1.0.2"
git2 = { version = "0.15", default_features = false, optional = true }
git2 = { version = "0.18", default_features = false, optional = true }
log = "0.4.8"
log4rs = { git = "https://github.com/tari-project/log4rs.git", default_features = false, features = ["config_parsing", "threshold_filter", "yaml_format"] }
multiaddr = { version = "0.14.0" }
Expand Down
2 changes: 1 addition & 1 deletion comms/dht/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pin-project = "0.4"
[dev-dependencies]
tari_test_utils = { path = "../../infrastructure/test_utils" }

env_logger = "0.7.0"
env_logger = "0.10"
futures-test = { version = "0.3.5" }
futures-util = "^0.3.1"
lmdb-zero = "0.4.4"
Expand Down
2 changes: 1 addition & 1 deletion comms/dht/examples/memorynet_graph_network_track_join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ use crate::{
#[allow(clippy::same_item_push)]
#[allow(clippy::too_many_lines)]
async fn main() {
let _ = env_logger::from_env(Env::default())
let _ = env_logger::Builder::from_env(Env::default())
.format_timestamp_millis()
.try_init();
let matches = App::new("MemoryNet")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ use crate::{
#[tokio::main]
#[allow(clippy::same_item_push)]
async fn main() {
let _ = env_logger::from_env(Env::default())
let _ = env_logger::Builder::from_env(Env::default())
.format_timestamp_millis()
.try_init();
// let matches = App::new("MemoryNet")
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/libtor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log = "0.4.8"
rand = "0.8"
tempfile = "3.1.0"
tor-hash-passwd = "1.0.1"
openssl = { version = "0.10.55", features = ["vendored"] }
openssl = { version = "0.10.61", features = ["vendored"] }

[target.'cfg(unix)'.dependencies]
libtor = { version="46.9.0"}
Expand Down
Loading

0 comments on commit 851cb00

Please sign in to comment.