File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[versions ]
22# https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
3- kotlin = " 2.2.20 "
3+ kotlin = " 2.2.21 "
44# https://github.com/Kotlin/kotlinx-io
55kotlinx-io = " 0.8.0"
66# https://github.com/Kotlin/kotlinx-datetime
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ sqlx4k = { path = "../../../sqlx4k/src/rust" }
1717# https://crates.io/crates/once_cell
1818once_cell = { version = " 1.21.3" }
1919# https://crates.io/crates/tokio
20- tokio = { version = " 1.47.1 " , features = [" rt-multi-thread" ] }
20+ tokio = { version = " 1.48.0 " , features = [" rt-multi-thread" ] }
2121# https://crates.io/crates/sqlx
2222sqlx = { version = " 0.8.6" , features = [
2323 " runtime-tokio" , # Use the tokio runtime without enabling a TLS backend.
@@ -26,4 +26,4 @@ sqlx = { version = "0.8.6", features = [
2626
2727[build-dependencies ]
2828# https://crates.io/crates/cbindgen
29- cbindgen = " 0.29.0 "
29+ cbindgen = " 0.29.2 "
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ sqlx4k = { path = "../../../sqlx4k/src/rust" }
1717# https://crates.io/crates/once_cell
1818once_cell = { version = " 1.21.3" }
1919# https://crates.io/crates/tokio
20- tokio = { version = " 1.47.1 " , features = [" rt-multi-thread" ] }
20+ tokio = { version = " 1.48.0 " , features = [" rt-multi-thread" ] }
2121# https://crates.io/crates/sqlx
2222sqlx = { version = " 0.8.6" , features = [
2323 " runtime-tokio" , # Use the tokio runtime without enabling a TLS backend.
@@ -26,4 +26,4 @@ sqlx = { version = "0.8.6", features = [
2626
2727[build-dependencies ]
2828# https://crates.io/crates/cbindgen
29- cbindgen = " 0.29.0 "
29+ cbindgen = " 0.29.2 "
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ sqlx4k = { path = "../../../sqlx4k/src/rust" }
1717# https://crates.io/crates/once_cell
1818once_cell = { version = " 1.21.3" }
1919# https://crates.io/crates/tokio
20- tokio = { version = " 1.47.1 " , features = [" rt-multi-thread" ] }
20+ tokio = { version = " 1.48.0 " , features = [" rt-multi-thread" ] }
2121# https://crates.io/crates/sqlx
2222sqlx = { version = " 0.8.6" , features = [
2323 " runtime-tokio" , # Use the tokio runtime without enabling a TLS backend.
@@ -28,4 +28,4 @@ hex = "0.4.3"
2828
2929[build-dependencies ]
3030# https://crates.io/crates/cbindgen
31- cbindgen = " 0.29.0 "
31+ cbindgen = " 0.29.2 "
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ sqlx = { version = "0.8.6", features = [] }
1818
1919[build-dependencies ]
2020# https://crates.io/crates/cbindgen
21- cbindgen = " 0.29.0 "
21+ cbindgen = " 0.29.2 "
You can’t perform that action at this time.
0 commit comments