diff --git a/Cargo.toml b/Cargo.toml index 183b13d..1fa9b32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local-db" -version = "0.1.2" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -9,7 +9,7 @@ edition = "2021" sea-orm = { version = "0.12", features = ["sqlx-sqlite", "runtime-tokio-rustls", "macros"] } sea-orm-migration = "0.12" -tokio = { version = "1.32" , features = ["full"]} +tokio = { version = "1.33" , features = ["full"]} thiserror = "1.0" futures = "0.3" tracing = "0.1"