Skip to content

Commit

Permalink
Merge pull request #148 from trudi-group/dependabot/cargo/flexi_logge…
Browse files Browse the repository at this point in the history
…r-0.28.5

build(deps): bump flexi_logger from 0.28.0 to 0.28.5
  • Loading branch information
mrd0ll4r authored Jul 22, 2024
2 parents a452316 + 37eb8c8 commit 58242fb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 88 deletions.
92 changes: 9 additions & 83 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.0"
flexi_logger = "0.28.5"
failure = "0.1.8"
futures-util = "0.3.29"
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", features = ["rt", "net", "sync", "rt-multi-thread", "time", "macros", "signal", "fs"] }
log = "0.4.21"
flexi_logger = "0.28.0"
flexi_logger = "0.28.5"
failure = "0.1.8"
futures-util = "0.3.29"
chrono = { version = "0.4.31", features = ["serde"] }
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.0"
flexi_logger = "0.28.5"
cid = "0.11.0"
lazy_static = "1.4.0"
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.0"
flexi_logger = "0.28.5"
futures-util = "0.3.29"
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.0"
flexi_logger = "0.28.5"
failure = "0.1.8"
futures-util = "0.3.29"
chrono = { version = "0.4.31", features = ["serde"] }
Expand Down

0 comments on commit 58242fb

Please sign in to comment.