diff --git a/Cargo.toml b/Cargo.toml index b1bc108..cbdf02d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ strip = true [dependencies] etherparse = "0.19.0" chrono = { version = "0.4.42", default-features = false, features = ["clock"] } -rusqlite = { version = "0.32.1", features = ["bundled"] } +rusqlite = { version = "0.38.0", features = ["bundled"] } [dev-dependencies] serial_test = { version = "3.2.0", default-features = false } \ No newline at end of file