mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-08 13:40:02 +02: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
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3502,9 +3502,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.118"
|
version = "1.0.120"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d947f6b3163d8857ea16c4fa0dd4840d52f3041039a85decd46867eb1abef2e4"
|
checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa",
|
"itoa",
|
||||||
"ryu",
|
"ryu",
|
||||||
|
|
14
Cargo.toml
14
Cargo.toml
|
@ -378,6 +378,20 @@ version = "0.5.4"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["use_std"]
|
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]
|
[workspace.dependencies.tokio-metrics]
|
||||||
version = "0.3.1"
|
version = "0.3.1"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue