Skip to content

Commit

Permalink
Bump serde_json from 1.0.115 to 1.0.116
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.115 to 1.0.116.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.115...v1.0.116)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent 4571ee8 commit 96678ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 filegram-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
filegram = { path = "../filegram" }
clap = { version = "4.5.4", features = ["derive"] }
serde_json = "1.0.115"
serde_json = "1.0.116"

[[bin]]
name = "fig"
Expand Down
2 changes: 1 addition & 1 deletion filegram-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ yew = { version = "0.21.0", features = ["csr"] }
gloo-file = "0.3.0"
gloo-utils = { version = "0.2.0", default-features = false }
base64 = "0.22.1"
serde_json = "1.0.115"
serde_json = "1.0.116"

[dev-dependencies]
wasm-bindgen-test = "0.3.40"
Expand Down

0 comments on commit 96678ab

Please sign in to comment.