Skip to content

Commit

Permalink
build(deps): bump serde_json from 1.0.132 to 1.0.133
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.132 to 1.0.133.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.132...v1.0.133)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 6dd2059 commit 450d132
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ anyhow = "1.0.93"
clap = { version = "4.5.20", features = ["derive"] }
dotenv = "0.15.0"
sdk = { path = "../sdk" }
serde_json = "1.0.132"
serde_json = "1.0.133"
tokio = { version = "1.41.0", features = ["full"] }
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dotenv = "0.15.0"
futures = "0.3.31"
rand = "0.8.5"
sdk = { path = "../sdk" }
serde_json = "1.0.132"
serde_json = "1.0.133"
tokio = { version = "1.41.0", features = ["full"] }
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
reqwest = { version = "0.12.9", features = ["json"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
serde_json = "1.0.133"
thiserror = "2.0.0"
tokio = { version = "1.41.0", features = ["full"] }
url = "2.5.2"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rand = "0.8.5"
regex = "1.11.1"
reqwest = { version = "0.12.9", features = ["json"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = { version = "1.0.132", features = ["raw_value"] }
serde_json = { version = "1.0.133", features = ["raw_value"] }
sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "chrono"] }
svix-ksuid = { version = "^0.8.0", features = ["serde"] }
tokio = { version = "1.41.0", features = ["full"] }
Expand Down

0 comments on commit 450d132

Please sign in to comment.