diff --git a/Cargo.toml b/Cargo.toml index 5fdf5be..1338076 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ r2d2 = "0.8" uuid = { version = "1.0", features = ["v4", "fast-rng"] } [dependencies.rusqlite] -version = "0.35" +version = "0.36" [dev-dependencies] tempfile = "3"