Skip to content

Commit

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

---
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 Sep 18, 2023
1 parent afde7c8 commit d9357fe
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 couchstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ crc32fast = "1.3.2"
hex = "0.4.3"
num_enum = "0.7.0"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.106"
serde_json = "1.0.107"
snap = "1.1.0"
2 changes: 1 addition & 1 deletion ep_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.106"
serde_json = "1.0.107"
couchstore = { path = "../couchstore" }
parking_lot = "0.12.1"
crossbeam-utils = "0.8.16"
Expand Down
2 changes: 1 addition & 1 deletion kv_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tracing = "0.1.37"
crc32fast = "1.3.2"
couchstore = { path = "../couchstore" }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.106"
serde_json = "1.0.107"
maplit = "1.0.2"
bitflags = "2.4.0"
tracing-subscriber = "0.3"

0 comments on commit d9357fe

Please sign in to comment.