Skip to content

Commit

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

---
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 and brianmay committed Feb 18, 2025
1 parent 919b7d8 commit 1c81376
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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 robotica-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
tokio = { version = "1.42.0", features = ["full"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_json = "1.0.138"
anyhow = "1.0.94"
serde_yml = "0.0.10"
chrono = { version = "0.4.38", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion robotica-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
chrono = { version = "0.4.38", optional = true, features = ["serde"] }
serde = { version = "1.0.215", features = ["derive", "rc"] }
thiserror = "2.0.4"
serde_json = "1.0.133"
serde_json = "1.0.138"
tracing = "0.1.41"
bytes = "1.9.0"
prost = { version = "0.13.3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion robotica-freeswitch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ color-backtrace = "0.6.1"
robotica-common = { path = "../robotica-common", features = ["chrono"] }
robotica-tokio = { path = "../robotica-tokio" }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_json = "1.0.138"
serde_yml = "0.0.10"
thiserror = "2.0.4"
tracing = "0.1.41"
Expand Down
2 changes: 1 addition & 1 deletion robotica-frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gloo-net = "0.6.0"
gloo-timers = "0.3.0"
itertools = "0.13.0"
serde = "1.0.215"
serde_json = "1.0.133"
serde_json = "1.0.138"
thiserror = "2.0.4"
tracing = "0.1.41"
tracing-wasm = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion robotica-slint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ color-backtrace = "0.6.1"
robotica-common = { path = "../robotica-common", features = ["chrono"] }
robotica-tokio = { path = "../robotica-tokio" }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_json = "1.0.138"
serde_yml = "0.0.10"
slint = "1.0.0"
thiserror = "2.0.4"
Expand Down
2 changes: 1 addition & 1 deletion robotica-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rumqttc = "0.24.0"
rustls-native-certs = "0.8.0"
tokio = { version = "1.42.0", features = ["full"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_json = "1.0.138"
serde_yml = "0.0.10"
anyhow = "1.0.94"
reqwest = { version = "0.12.5", features = ["json"] }
Expand Down

0 comments on commit 1c81376

Please sign in to comment.