Skip to content

Commit

Permalink
Bump serde_json from 1.0.137 to 1.0.138 in the serde group
Browse files Browse the repository at this point in the history
Bumps the serde group with 1 update: [serde_json](https://github.com/serde-rs/json).


Updates `serde_json` from 1.0.137 to 1.0.138
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.137...v1.0.138)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 13ba3e6 commit c2d9891
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ctor = "0.2.9"
crossbeam-channel = "0.5.14"
tracing = "0.1.41"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
serde_json = "1.0.138"
clap = { version = "4.5.27", features = ["derive"] }
tracing-subscriber = { version = "0.3.19", features = ["json", "env-filter"] }
dirs = "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion dap-codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
bytes = "1.9.0"
dap = { version = "0.4.1-alpha1", features = ["client"] }
serde_json = "1.0.137"
serde_json = "1.0.138"
thiserror = "2.0.11"
tokio = { version = "1.43.0", features = ["net"] }
tokio-util = { version = "0.7.13", features = ["codec"] }
Expand Down
2 changes: 1 addition & 1 deletion launch_configuration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
serde.workspace = true
serde_json = "1.0.137"
serde_json = "1.0.138"
eyre.workspace = true
ctor.workspace = true
transport = { path = "../transport" }
Expand Down

0 comments on commit c2d9891

Please # to comment.