updated dependencies

This commit is contained in:
Paul 2025-04-06 12:59:22 +02:00
parent 85cb4a1f20
commit 7131aa1f06
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -244,9 +244,9 @@ checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
[[package]]
name = "libsqlite3-sys"
version = "0.31.0"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad8935b44e7c13394a179a438e0cebba0fe08fe01b54f152e29a93b5cf993fd4"
checksum = "fbb8270bb4060bd76c6e96f20c52d80620f1d82a3470885694e41e0f81ef6fe7"
dependencies = [
"cc",
"pkg-config",
@ -448,9 +448,9 @@ dependencies = [
[[package]]
name = "rusqlite"
version = "0.33.0"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c6d5e5acb6f6129fe3f7ba0a7fc77bca1942cb568535e18e7bc40262baf3110"
checksum = "37e34486da88d8e051c7c0e23c3f15fd806ea8546260aa2fec247e97242ec143"
dependencies = [
"bitflags",
"fallible-iterator",

View File

@ -10,5 +10,5 @@ chrono = { version = "0.4" }
encoding_rs = { version = "0.8" }
lazy_static = { version = "1.5" }
rand = { version = "0.9" }
rusqlite = { version = "0.33", features = ["bundled"] }
tokio = { version = "1.43", features = ["full", "sync"] }
rusqlite = { version = "0.34", features = ["bundled"] }
tokio = { version = "1.44", features = ["full", "sync"] }