Skip to content

Commit

Permalink
chore(deps): bump serde_json from 1.0.89 to 1.0.91 (#20)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.89 to 1.0.91.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.89...v1.0.91)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2022
1 parent 9b25de5 commit 2a6cc70
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 crates/stackable-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rust-embed = { version = "6.4.2", optional = true }
# Command Line Tools
anyhow = { version = "1", optional = true }
clap = { version = "4.0.29", features = ["derive", "env"], optional = true }
serde_json = "1.0.89"
serde_json = "1.0.91"
tracing = { version = "0.1.37" }
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
console = "0.15.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/stackable-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stackable-backend = { path = "../stackable-backend", features = ["cli"], version
notify = "5.0.0"
futures = { version = "0.3", features = ["std"], default-features = false }
cargo_metadata = "0.15"
serde_json = "1.0.89"
serde_json = "1.0.91"
dotenvy = "0.15.6"

time = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/stackable-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.89"
serde_json = "1.0.91"

0 comments on commit 2a6cc70

Please sign in to comment.