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.149 (#135)

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

+3 -3
+2 -2
Cargo.lock
··· 2859 2859 2860 2860 [[package]] 2861 2861 name = "serde_json" 2862 - version = "1.0.148" 2862 + version = "1.0.149" 2863 2863 source = "registry+https://github.com/rust-lang/crates.io-index" 2864 - checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da" 2864 + checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 2865 2865 dependencies = [ 2866 2866 "itoa", 2867 2867 "memchr",
+1 -1
Cargo.toml
··· 62 62 "std_rng", 63 63 ] } 64 64 serde_cbor = "0.11.2" 65 - serde_json = "1.0.148" 65 + serde_json = "1.0.149" 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 = [