Skip to content

Commit

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

build(deps): bump flexi_logger from 0.25.5 to 0.26.0
  • Loading branch information
mrd0ll4r authored Sep 2, 2023
2 parents 5c08273 + 9e72c54 commit 2238a9a
Show file tree
Hide file tree
Showing 7 changed files with 82 additions and 16 deletions.
86 changes: 76 additions & 10 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.20"
flexi_logger = "0.25.5"
flexi_logger = "0.26.0"
failure = "0.1.8"
futures-util = "0.3.28"
chrono = { version = "0.4.24", 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.20"
flexi_logger = "0.25.5"
flexi_logger = "0.26.0"
failure = "0.1.8"
futures-util = "0.3.28"
chrono = { version = "0.4.24", 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.20"
dotenv = "0.15.0"
flexi_logger = "0.25.5"
flexi_logger = "0.26.0"
cid = "0.10.1"
lazy_static = "1.4.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.25"
flexi_logger = "0.26"
failure = "^0.1"
serde = "1.0.160"
serde_json = "1.0.95"
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.20"
flexi_logger = "0.25.5"
flexi_logger = "0.26.0"
futures-util = "0.3.28"
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.20"
flexi_logger = "0.25.5"
flexi_logger = "0.26.0"
failure = "0.1.8"
futures-util = "0.3.28"
chrono = { version = "0.4.24", features = ["serde"] }
Expand Down

0 comments on commit 2238a9a

Please sign in to comment.