Skip to content

Commit f1e44f6

Browse files
chore(deps)(deps): bump cached from 0.56.0 to 0.58.0
Dependabot couldn't find the original pull request head commit, 0afb101.
1 parent 07a6341 commit f1e44f6

3 files changed

Lines changed: 20 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 18 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/terraphim_automata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ strsim = "0.11"
2828
log = "0.4"
2929
wasm-bindgen-futures = "0.4.1"
3030
wasm-bindgen = { version = "0.2.51" }
31-
cached = { version = "0.56.0", features = ["proc_macro", "async", "serde", "ahash"] }
31+
cached = { version = "0.58.0", features = ["proc_macro", "async", "serde", "ahash"] }
3232
tsify = { version = "0.5", features = ["js"], optional = true }
3333

3434
# WASM-specific dependencies

crates/terraphim_middleware/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraphim_atomic_client = { path = "../terraphim_atomic_client", features = ["na
2222
grepapp_haystack = { path = "../haystack_grepapp", version = "1.0.0" }
2323

2424
ahash = { version = "0.8.8", features = ["serde"] }
25-
cached = { version = "0.56.0", features = ["async", "serde", "ahash"] }
25+
cached = { version = "0.58.0", features = ["async", "serde", "ahash"] }
2626
log = "0.4"
2727
serde = { version = "1.0.149", features = ["derive"] }
2828
serde_json = "1.0.110"

0 commit comments

Comments
 (0)