Skip to content

Commit

Permalink
Bump moka from 0.12.4 to 0.12.5 (#3849)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent ea44c82 commit 8736bba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ anyhow = "1.0"
semver = "1.0"
humantime = "2.1.0"
regex = "1"
moka = { version = "0.12.0", features = ["sync"] }
moka = { version = "0.12.5", features = ["sync"] }
uuid = { version = "1.7.0", features = ["v4"] }
bs58 = "0.5.0"
digest = "0.10.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ once_cell = "1.19.0"
opentelemetry = { version = "0.19.0", features = ["metrics"] }
opentelemetry-prometheus = "0.12.0"
prometheus = "0.13.2"
moka = { version = "0.12.0", features = ["sync"] }
moka = { version = "0.12.5", features = ["sync"] }
dashmap = "5.4.0"
serde_json = "1.0.111"
serde = "1.0.195"
Expand Down

0 comments on commit 8736bba

Please sign in to comment.