From 88b7b5ef3cbae85ddf1a283039a6aa76567d11b6 Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Wed, 3 Jan 2024 22:45:27 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6826fff..ae30160 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Library provides a simple API for Google Firestore based on the official gRPC AP Cargo.toml: ```toml [dependencies] -firestore = "0.37" +firestore = "0.39" ``` ## Examples From daa79d9d9806357d5cf32979ea71eea355337c75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 10:55:14 +0100 Subject: [PATCH 2/2] Update Rust crate redb to 1.5 (#153) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3df8706..3ee0b39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ chrono = { version = "0.4", features = ["serde", "clock"], default-features = fa async-trait = "0.1" hex = "0.4" backoff = { version = "0.4", features = ["tokio"] } -redb = { version = "1.4", optional = true } +redb = { version = "1.5", optional = true } moka = { version = "0.12", features = ["future"], optional = true } # Caching library [dev-dependencies]