Skip to content

Commit 90bb43f

Browse files
chore(deps): bump serde_json from 1.0.122 to 1.0.124 (#124)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.122 to 1.0.124. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.122...v1.0.124) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02331b1 commit 90bb43f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ proptest = { version = "1.5.0" }
4646
rand = { version = "0.8.5" }
4747
reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls", "json"] }
4848
serde = { version = "1", features = ["derive"] }
49-
serde_json = { version = "1.0.122" }
49+
serde_json = { version = "1.0.124" }
5050
tempfile = { version = "3" }
5151
thiserror = { version = "1.0.63" }
5252
tokio = { version = "1.38", default-features = false }

crates/synd_api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ parse_duration = { workspace = true }
3939
pin-project = "1.1.4"
4040
reqwest = { workspace = true }
4141
serde = { workspace = true }
42-
serde_json = "1.0.122"
42+
serde_json = "1.0.124"
4343
supports-color = { version = "3.0.0" }
4444
thiserror = { workspace = true }
4545
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "sync"] }

crates/synd_term/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ratatui = { version = "0.27.0" }
4444
reqwest = { workspace = true }
4545
schemars = { version = "0.8.21", default-features = false, features = ["derive"] }
4646
serde = { workspace = true, features = ["derive"] }
47-
serde_json = "1.0.122"
47+
serde_json = "1.0.124"
4848
thiserror = { workspace = true }
4949
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "sync", "time"] }
5050
tokio-stream = { version = "0.1.15", optional = true }

0 commit comments

Comments
 (0)