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.148 (#127)

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

+10 -4
+9 -3
Cargo.lock
··· 2856 2856 2857 2857 [[package]] 2858 2858 name = "serde_json" 2859 - version = "1.0.146" 2859 + version = "1.0.148" 2860 2860 source = "registry+https://github.com/rust-lang/crates.io-index" 2861 - checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8" 2861 + checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da" 2862 2862 dependencies = [ 2863 2863 "itoa", 2864 2864 "memchr", 2865 - "ryu", 2866 2865 "serde", 2867 2866 "serde_core", 2867 + "zmij", 2868 2868 ] 2869 2869 2870 2870 [[package]] ··· 4509 4509 "quote", 4510 4510 "syn 2.0.111", 4511 4511 ] 4512 + 4513 + [[package]] 4514 + name = "zmij" 4515 + version = "1.0.2" 4516 + source = "registry+https://github.com/rust-lang/crates.io-index" 4517 + checksum = "0f4a4e8e9dc5c62d159f04fcdbe07f4c3fb710415aab4754bf11505501e3251d" 4512 4518 4513 4519 [[package]] 4514 4520 name = "zune-core"
+1 -1
Cargo.toml
··· 62 62 "std_rng", 63 63 ] } 64 64 serde_cbor = "0.11.2" 65 - serde_json = "1.0.146" 65 + serde_json = "1.0.148" 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 = [