mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-02-07 19:44:41 -05:00
chore(deps): update rust crate serde_json to v1.0.120
This commit is contained in:
parent
6bae136720
commit
528802beac
2 changed files with 16 additions and 2 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -378,6 +378,20 @@ version = "0.5.4"
|
|||
default-features = false
|
||||
features = ["use_std"]
|
||||
|
||||
[workspace.dependencies.rusqlite]
|
||||
git = "https://github.com/rusqlite/rusqlite"
|
||||
#branch = "master"
|
||||
rev = "e00b626e2b1c67347d789fb7f600281705c89381"
|
||||
features = ["bundled"]
|
||||
|
||||
# used only by rusqlite
|
||||
[workspace.dependencies.parking_lot]
|
||||
version = "0.12.3"
|
||||
|
||||
# used only by rusqlite
|
||||
[workspace.dependencies.thread_local]
|
||||
version = "1.1.8"
|
||||
|
||||
[workspace.dependencies.tokio-metrics]
|
||||
version = "0.3.1"
|
||||
default-features = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue