Skip to content

Commit 20f8db8

Browse files
build(deps): bump serde_json from 1.0.115 to 1.0.116 (#22)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.115 to 1.0.116. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.115...v1.0.116) --- 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 46578eb commit 20f8db8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

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.3", features = ["json"] }
99
serde = { version = "1.0.197", features = ["derive"] }
10-
serde_json = "1.0.115"
10+
serde_json = "1.0.116"
1111
tokio = { version = "1.37.0", features = ["full"] }
1212
url = "2.5.0"
1313

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rand = "0.8.5"
2020
regex = "1.10.4"
2121
reqwest = { version = "0.12.3", features = ["json"] }
2222
serde = { version = "1.0.197", features = ["derive"] }
23-
serde_json = { version = "1.0.115", features = ["raw_value"] }
23+
serde_json = { version = "1.0.116", features = ["raw_value"] }
2424
svix-ksuid = { version = "^0.8.0", features = ["serde"] }
2525
tokio = { version = "1.37.0", features = ["full"] }
2626
url = "2.5.0"

0 commit comments

Comments
 (0)