Skip to content

Commit c8645cb

Browse files
Bump serde_json from 1.0.138 to 1.0.139 in /client
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.138 to 1.0.139. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.138...v1.0.139) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d5fa1e1 commit c8645cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ debug = true
1818
macroquad = "0.4.13"
1919
hex2d = "1.1.0"
2020
itertools = "0.14.0"
21-
serde_json = "1.0.138"
21+
serde_json = "1.0.139"
2222
server = { path = "../server", version = "0.1.0" }
2323
wasm-bindgen = "0.2.95"
2424
wasm-bindgen-futures = "0.4.50"

0 commit comments

Comments
 (0)