diff --git a/CHANGELOG.md b/CHANGELOG.md index 514340d..417a2ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,6 @@ Procedure when bumping the version number: Renamed `Action::Result` to `Action::Output` - **(breaking)** Bumped `rusqlite` dependency from `0.28` to `0.29` -- Relaxed dependencies ## v0.1.0 - 2023-02-12 diff --git a/Cargo.toml b/Cargo.toml index bad69c1..25df13b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,6 @@ serde = ["dep:serde"] tokio = ["dep:tokio"] [dependencies] -rusqlite = "0.29" -serde = { version = "1.0", optional = true } -tokio = { version = "1.25", features = ["sync"], optional = true } +rusqlite = "0.29.0" +serde = { version = "1.0.163", optional = true } +tokio = { version = "1.28.1", features = ["sync"], optional = true }