Skip to content

Commit 5a0ff57

Browse files
chore(deps)(deps): bump cached from 0.47.0 to 0.56.0 (#164)
Bumps [cached](https://github.com/jaemk/cached) from 0.47.0 to 0.56.0. - [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md) - [Commits](https://github.com/jaemk/cached/commits) --- updated-dependencies: - dependency-name: cached dependency-version: 0.56.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1336dd5 commit 5a0ff57

3 files changed

Lines changed: 16 additions & 57 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 55 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.47.0", features = ["proc_macro", "async", "serde", "ahash"] }
31+
cached = { version = "0.56.0", features = ["proc_macro", "async", "serde", "ahash"] }
3232
tsify = { version = "0.5", features = ["js"], optional = true }
3333

3434
[[bench]]

crates/terraphim_middleware/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ terraphim_persistence = { path = "../terraphim_persistence", version = "0.2.0" }
2121
terraphim_atomic_client = { path = "../terraphim_atomic_client", features = ["native"] }
2222

2323
ahash = { version = "0.8.8", features = ["serde"] }
24-
cached = { version = "0.47.0", features = ["async", "serde", "ahash"] }
24+
cached = { version = "0.56.0", features = ["async", "serde", "ahash"] }
2525
log = "0.4"
2626
serde = { version = "1.0.149", features = ["derive"] }
2727
serde_json = "1.0.110"

0 commit comments

Comments
 (0)