Skip to content

Commit f92b8f2

Browse files
Bump serde_json from 1.0.116 to 1.0.140 in /cli
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.116 to 1.0.140. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.116...v1.0.140) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e59550 commit f92b8f2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

cli/Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ regex = "1.9"
1616
reqwest = { version = "0.11.14", features = ["json", "native-tls-vendored"] }
1717
rpassword = "7.2.0"
1818
serde = { version = "1.0.156", features = ["derive"] }
19-
serde_json = "1.0.94"
19+
serde_json = "1.0.140"
2020
sqlx = { version = "0.8.1", features = [
2121
"postgres",
2222
"chrono",

0 commit comments

Comments
 (0)