Skip to content

Commit 72fd7ac

Browse files
build(deps): bump serde_json from 1.0.128 to 1.0.132 (#114)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.128 to 1.0.132. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@1.0.128...1.0.132) --- 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 16fd846 commit 72fd7ac

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

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

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ anyhow = "1.0.91"
99
clap = { version = "4.5.20", features = ["derive"] }
1010
dotenv = "0.15.0"
1111
sdk = { path = "../sdk" }
12-
serde_json = "1.0.128"
12+
serde_json = "1.0.132"
1313
tokio = { version = "1.41.0", features = ["full"] }

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ dotenv = "0.15.0"
1818
futures = "0.3.31"
1919
rand = "0.8.5"
2020
sdk = { path = "../sdk" }
21-
serde_json = "1.0.128"
21+
serde_json = "1.0.132"
2222
tokio = { version = "1.41.0", features = ["full"] }

sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
[dependencies]
88
reqwest = { version = "0.12.9", features = ["json"] }
99
serde = { version = "1.0.214", features = ["derive"] }
10-
serde_json = "1.0.128"
10+
serde_json = "1.0.132"
1111
thiserror = "1.0.65"
1212
tokio = { version = "1.41.0", features = ["full"] }
1313
url = "2.5.2"

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rand = "0.8.5"
2121
regex = "1.11.1"
2222
reqwest = { version = "0.12.9", features = ["json"] }
2323
serde = { version = "1.0.214", features = ["derive"] }
24-
serde_json = { version = "1.0.128", features = ["raw_value"] }
24+
serde_json = { version = "1.0.132", features = ["raw_value"] }
2525
sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "chrono"] }
2626
svix-ksuid = { version = "^0.8.0", features = ["serde"] }
2727
tokio = { version = "1.41.0", features = ["full"] }

0 commit comments

Comments
 (0)