Skip to content

Commit

Permalink
Merge pull request #1726 from appaquet/dependabot/cargo/serde_json-1.…
Browse files Browse the repository at this point in the history
…0.108

chore(deps): bump serde_json from 1.0.107 to 1.0.108
  • Loading branch information
github-actions[bot] authored Oct 30, 2023
2 parents eab2c3a + 2f33bcf commit 2a23e6d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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 clients/c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ futures = "0.3.29"
libc = "0.2.149"
log = "0.4.20"
log4rs = "1.2.0"
serde_json = "1.0.107"
serde_json = "1.0.108"
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ petname = "1.1.3"
rand = "0.8"
serde = "1.0.190"
serde_derive = "1.0.188"
serde_json = "1.0.107"
serde_json = "1.0.108"
serde_yaml = "0.9.27"
shadow-rs = { version = "0.24.1", default-features = false }
thiserror = "1.0.50"
Expand Down
2 changes: 1 addition & 1 deletion discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rand = "0.8"
reqwest = { version = "0.11.22", default-features = false, features = ["json", "rustls-tls"] }
serde = "1.0.190"
serde_derive = "1.0.188"
serde_json = "1.0.107"
serde_json = "1.0.108"
thiserror = "1.0.50"
wasm-timer = "0.2.5"

Expand Down
2 changes: 1 addition & 1 deletion exo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rand = "0.8"
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls"] }
serde = "1.0.190"
serde_derive = "1.0.188"
serde_json = "1.0.107"
serde_json = "1.0.108"
tempfile = "3.8.1"
thiserror = "1.0.50"
tokio = { version = "1.33.0", features = ["macros"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion protos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ prost-types = "0.12.1"
protobuf = "3.3.0"
serde = "1.0.190"
serde_derive = "1.0.188"
serde_json = "1.0.107"
serde_json = "1.0.108"
thiserror = "1.0.50"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ extsort = {version = "0.4.2", optional = true}
lru = {version = "0.12.0", optional = true}
serde = {version = "1.0.190", optional = true}
serde_derive = {version = "1.0.188", optional = true}
serde_json = {version = "1.0.107", optional = true}
serde_json = {version = "1.0.108", optional = true}
tantivy = {version = "0.19.2", optional = true}

[dev-dependencies]
Expand Down

0 comments on commit 2a23e6d

Please sign in to comment.