Skip to content

Commit

Permalink
Merge pull request #134 from trudi-group/dependabot/cargo/serde_json-…
Browse files Browse the repository at this point in the history
…1.0.110

build(deps): bump serde_json from 1.0.108 to 1.0.110
  • Loading branch information
mrd0ll4r authored Jan 3, 2024
2 parents ff55416 + 7146113 commit 2e70835
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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 common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ log = "^0.4"
flexi_logger = "0.27"
failure = "^0.1"
serde = "1.0.194"
serde_json = "1.0.108"
serde_json = "1.0.110"
chrono = { version="0.4.31", features = ["serde"] }
parity-multiaddr = "0.11.2"
glob = "^0.3"
Expand Down
2 changes: 1 addition & 1 deletion ipfs-gateway-finder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ reqwest = { version = "0.11", features = ["json","rustls-tls-native-roots"],defa
multibase = "0.9.1"
chrono = "0.4.31"
serde = "1.0.194"
serde_json = "1.0.108"
serde_json = "1.0.110"
tokio = { version = "^1", features = ["rt-multi-thread","macros","sync"] }
rand = "0.8.5"
ipfs-api-backend-hyper = {version="0.6",features = ["with-hyper-rustls"],default-features = false}
Expand Down
2 changes: 1 addition & 1 deletion ipfs-json-to-csv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ clap = "2.33.1"
csv = "1.2"
flate2 = "1.0.28"
serde = "1.0.194"
serde_json = "1.0.108"
serde_json = "1.0.110"
chrono = "0.4.31"
serde_yaml = "0.9.25"
2 changes: 1 addition & 1 deletion ipfs-monitoring-plugin-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ futures = "^0.3"
futures-util = "^0.3"
chrono = { version = "^0.4", features = ["serde"] }
serde = "1.0.194"
serde_json = "1.0.108"
serde_json = "1.0.110"
failure = "^0.1"
flate2 = "^1"
reqwest = { version = "0.11",default-features = false, features = ["json", "rustls-tls-native-roots"] }
Expand Down
2 changes: 1 addition & 1 deletion unify-bitswap-traces/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clap = "2.33.1"
csv = "1.2"
flate2 = "1.0.28"
serde = "1.0.194"
serde_json = "1.0.108"
serde_json = "1.0.110"
glob = "0.3.1"
chrono = "0.4.31"
serde_yaml = "0.9.25"
Expand Down

0 comments on commit 2e70835

Please sign in to comment.