Skip to content

Commit 2c96c17

Browse files
committed
Update Kotlin, Tokio, and cbindgen dependencies across projects
1 parent 1eb378f commit 2c96c17

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
55
kotlinx-io = "0.8.0"
66
# https://github.com/Kotlin/kotlinx-datetime

sqlx4k-mysql/src/rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sqlx4k = { path = "../../../sqlx4k/src/rust" }
1717
# https://crates.io/crates/once_cell
1818
once_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
2222
sqlx = { 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"

sqlx4k-postgres/src/rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sqlx4k = { path = "../../../sqlx4k/src/rust" }
1717
# https://crates.io/crates/once_cell
1818
once_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
2222
sqlx = { 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"

sqlx4k-sqlite/src/rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sqlx4k = { path = "../../../sqlx4k/src/rust" }
1717
# https://crates.io/crates/once_cell
1818
once_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
2222
sqlx = { 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"

sqlx4k/src/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)