diff --git a/Cargo.lock b/Cargo.lock index be2ded5..1e1323f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2774,9 +2774,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index b2e17aa..c478d52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ shuttle-persist-msgpack = { version = "0.49.0", path = "shuttle-persist-msgpack" rand = "0.8.5" chrono = "0.4.39" paste = "1.0.15" -serde_json = "1.0.133" +serde_json = "1.0.134" topgg = { version = "1.4.2", features = [ "autoposter", "serenity-cached" ], git = "https://github.com/Top-gg-Community/rust-sdk.git" } commit-history = { version = "0.1.0", path = "commit-history" } charts-rs = { version = "0.3.19", features = ["image-encoder"] }