This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

⬆️ Update Rust crate serde_json to 1.0.146 (#125)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

+3 -3
+2 -2
Cargo.lock
··· 2856 2856 2857 2857 [[package]] 2858 2858 name = "serde_json" 2859 - version = "1.0.145" 2859 + version = "1.0.146" 2860 2860 source = "registry+https://github.com/rust-lang/crates.io-index" 2861 - checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 2861 + checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8" 2862 2862 dependencies = [ 2863 2863 "itoa", 2864 2864 "memchr",
+1 -1
Cargo.toml
··· 62 62 "std_rng", 63 63 ] } 64 64 serde_cbor = "0.11.2" 65 - serde_json = "1.0.145" 65 + serde_json = "1.0.146" 66 66 wasm-bindgen = { version = "0.2.106", optional = true } 67 67 getrandom = { version = "0.2", features = ["js"] } 68 68 web-sys = { version = "0.3.83", optional = true, features = [