Skip to content

Commit

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

build(deps): bump serde_json from 1.0.95 to 1.0.107
  • Loading branch information
mrd0ll4r authored Oct 2, 2023
2 parents b0e20b9 + 08e64c8 commit 5c935d2
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
28 changes: 14 additions & 14 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.26"
failure = "^0.1"
serde = "1.0.164"
serde_json = "1.0.95"
serde_json = "1.0.107"
chrono = { version="0.4.24", 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.24"
serde = "1.0.164"
serde_json = "1.0.95"
serde_json = "1.0.107"
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.27"
serde = "1.0.164"
serde_json = "1.0.95"
serde_json = "1.0.107"
chrono = "0.4.24"
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.164"
serde_json = "1.0.95"
serde_json = "1.0.107"
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.27"
serde = "1.0.164"
serde_json = "1.0.95"
serde_json = "1.0.107"
glob = "0.3.1"
chrono = "0.4.24"
serde_yaml = "0.9.25"
Expand Down

0 comments on commit 5c935d2

Please sign in to comment.