Skip to content

Commit

Permalink
Merge pull request #169 from trudi-group/dependabot/cargo/flexi_logge…
Browse files Browse the repository at this point in the history
…r-0.29.8
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
2 parents 693341b + e1f9a84 commit 9498cc7
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 18 deletions.
43 changes: 31 additions & 12 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 bitswap-discovery-probe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ipfs-resolver-common = { path = "../common" }
ipfs_monitoring_plugin_client = { path = "../ipfs-monitoring-plugin-client" }
tokio = { version = "1", features = ["rt", "net", "sync", "rt-multi-thread","time", "macros"] }
log = "0.4.21"
flexi_logger = "0.28.5"
flexi_logger = "0.29.8"
failure = "0.1.8"
futures-util = "0.3.31"
chrono = { version = "0.4.31", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion bitswap-monitoring-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ipfs-resolver-common = { path = "../common" }
ipfs_monitoring_plugin_client = { path = "../ipfs-monitoring-plugin-client" }
tokio = { version = "^1.41", features = ["rt", "net", "sync", "rt-multi-thread", "time", "macros", "signal", "fs", "io-util"] }
log = "0.4.21"
flexi_logger = "0.28.5"
flexi_logger = "0.29.8"
failure = "0.1.8"
futures-util = "0.3.31"
tokio-util = "0.7.12"
Expand Down
2 changes: 1 addition & 1 deletion cid-decode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ ipfs-resolver-common = {path="../common"}
failure = "0.1.7"
log = "0.4.21"
dotenv = "0.15.0"
flexi_logger = "0.28.5"
flexi_logger = "0.29.8"
cid = "0.11.0"
lazy_static = "1.5.0"
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"

[dependencies]
log = "^0.4"
flexi_logger = "0.28"
flexi_logger = "0.29"
failure = "^0.1"
serde = "1.0.218"
serde_json = "1.0.110"
Expand Down
2 changes: 1 addition & 1 deletion ipfs-gateway-finder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ipfs-resolver-common = {path = "../common"}
ipfs_monitoring_plugin_client = {path = "../ipfs-monitoring-plugin-client" }
failure = "0.1.7"
log = "0.4.21"
flexi_logger = "0.28.5"
flexi_logger = "0.29.8"
futures-util = "0.3.31"
reqwest = { version = "0.11", features = ["json","rustls-tls-native-roots"],default-features = false }
multibase = "0.9.1"
Expand Down
2 changes: 1 addition & 1 deletion monitoring-size-estimator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ipfs-resolver-common = { path = "../common" }
ipfs_monitoring_plugin_client = { path = "../ipfs-monitoring-plugin-client" }
tokio = { version = "1", features = ["rt", "net", "sync", "rt-multi-thread", "time", "macros", "signal", "fs"] }
log = "0.4.21"
flexi_logger = "0.28.5"
flexi_logger = "0.29.8"
failure = "0.1.8"
futures-util = "0.3.31"
chrono = { version = "0.4.31", features = ["serde"] }
Expand Down

0 comments on commit 9498cc7

Please sign in to comment.