Skip to content

Commit 2721e7e

Browse files
Bump serde_json from 1.0.145 to 1.0.148
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.145 to 1.0.148. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.148) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.148 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0425dbf commit 2721e7e

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

factorion-bot-reddit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["mathematics", "web-programming", "parser-implementations"]
1313
factorion-lib = {path = "../factorion-lib", version = "4.1.10", features = ["serde", "influxdb"]}
1414
reqwest = { version = "0.12.26", features = ["json", "native-tls"], default-features = false }
1515
serde = { version = "1.0.219", default-features = false, features = ["derive"] }
16-
serde_json = "1.0.140"
16+
serde_json = "1.0.149"
1717
postcard = {version = "1.1.3", features = ["use-std"]}
1818
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
1919
base64 = { version = "0.22.1", default-features = false }

0 commit comments

Comments
 (0)