Update splash-rs

This commit is contained in:
Shadowfacts 2024-11-30 23:33:52 -05:00
parent 3479c45c70
commit 1c436f5a23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1889,8 +1889,8 @@ dependencies = [
[[package]]
name = "splash-rs"
version = "0.3.0"
source = "git+https://git.shadowfacts.net/shadowfacts/splash-rs.git#79184679f1e43bbe4f362c48810c0762034d44a7"
version = "0.3.1"
source = "git+https://git.shadowfacts.net/shadowfacts/splash-rs.git#7f3b67c59a4753ae50367eba292c8717ccbb5542"
dependencies = [
"serde",
"serde_json",

View File

@ -39,7 +39,7 @@ rsass = "0.25"
rss = { version = "2.0", features = ["atom"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
splash-rs = { version = "0.3.0", git = "https://git.shadowfacts.net/shadowfacts/splash-rs.git" }
splash-rs = { version = "0.3.1", git = "https://git.shadowfacts.net/shadowfacts/splash-rs.git" }
sqlx = { version = "0.5", features = ["runtime-tokio-native-tls", "sqlite"] }
thiserror = "1.0"
tokio = { version = "1.18", features = ["full"] }