diff --git a/Cargo.toml b/Cargo.toml index 22b765b..e5fc33f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" actix-web = "4.3" dashmap = "6.1.0" rand = "0.8" -rusqlite = { version = "0.39", features = ["bundled"] } +rusqlite = { version = "0.40", features = ["bundled"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" uuid = { version = "1.18.1", features = ["v4"] }