Skip to content

Commit

Permalink
Merge pull request #164 from trudi-group/dependabot/cargo/lazy_static…
Browse files Browse the repository at this point in the history
…-1.5.0

build(deps): bump lazy_static from 1.4.0 to 1.5.0
  • Loading branch information
mrd0ll4r authored Nov 2, 2024
2 parents 0006b25 + f714bf1 commit ecedb6d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 @@ -16,7 +16,7 @@ chrono = { version = "0.4.31", features = ["serde"] }
prometheus_exporter = "0.8.4"
# This needs to be matching the version prometheus_exporter uses!
prometheus = { version = "0.13", features = ["process"] }
lazy_static = "1.4.0"
lazy_static = "1.5.0"
serde = "1.0.210"
serde_yaml = "0.9.25"
clap = "2.33.3"
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 @@ -18,7 +18,7 @@ chrono = { version = "0.4.31", features = ["serde"] }
prometheus_exporter = "0.8.4"
# This needs to be matching the version prometheus_exporter uses!
prometheus = { version = "0.13", features = ["process"] }
lazy_static = "1.4.0"
lazy_static = "1.5.0"
serde = "1.0.210"
serde_yaml = "0.9.25"
clap = "2.33.3"
Expand Down
2 changes: 1 addition & 1 deletion cid-decode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ log = "0.4.21"
dotenv = "0.15.0"
flexi_logger = "0.28.5"
cid = "0.11.0"
lazy_static = "1.4.0"
lazy_static = "1.5.0"
2 changes: 1 addition & 1 deletion monitoring-size-estimator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ chrono = { version = "0.4.31", features = ["serde"] }
prometheus_exporter = "0.8.4"
# This needs to be matching the version prometheus_exporter uses!
prometheus = { version = "0.13", features = ["process"] }
lazy_static = "1.4.0"
lazy_static = "1.5.0"
serde = "1.0.210"
serde_yaml = "0.9.25"
clap = "2.33.3"
Expand Down

0 comments on commit ecedb6d

Please sign in to comment.