Skip to content

Commit

Permalink
Merge pull request #174 from trudi-group/dependabot/cargo/serde_json-…
Browse files Browse the repository at this point in the history
…1.0.139
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
2 parents d49dd96 + 518d14c commit 65c372f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
5 changes: 3 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 bitswap-monitoring-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ celes = "2.5.0"

# Logging to file
async-compression = { version = "0.3.15" , default-features = false, features=["tokio","gzip"]}
serde_json = "1.0.96"
serde_json = "1.0.139"
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.29"
failure = "^0.1"
serde = "1.0.218"
serde_json = "1.0.110"
serde_json = "1.0.139"
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.218"
serde_json = "1.0.110"
serde_json = "1.0.139"
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.3"
flate2 = "1.0.34"
serde = "1.0.218"
serde_json = "1.0.110"
serde_json = "1.0.139"
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.218"
serde_json = "1.0.110"
serde_json = "1.0.139"
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.3"
flate2 = "1.0.34"
serde = "1.0.218"
serde_json = "1.0.110"
serde_json = "1.0.139"
glob = "0.3.1"
chrono = "0.4.31"
serde_yaml = "0.9.25"
Expand Down

0 comments on commit 65c372f

Please sign in to comment.