aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-pds/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'adenosine-pds/Cargo.toml')
-rw-r--r--adenosine-pds/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/adenosine-pds/Cargo.toml b/adenosine-pds/Cargo.toml
index 450afb9..5a80b6f 100644
--- a/adenosine-pds/Cargo.toml
+++ b/adenosine-pds/Cargo.toml
@@ -18,7 +18,7 @@ serde_json = "*"
log = "*"
pretty_env_logger = "*"
ipfs-sqlite-block-store = "*"
-rusqlite = { version = "0.28", features = ["bundled"] }
+rusqlite = { version = "*", features = ["bundled"] }
jsonschema = "*"
schemafy = "*"
warp = "*"