Skip to content

Commit

Permalink
build(deps): bump the cargo group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [diesel](https://github.com/diesel-rs/diesel) | `2.2.1` | `2.2.4` |
| [openssl](https://github.com/sfackler/rust-openssl) | `0.10.64` | `0.10.66` |
| [object_store](https://github.com/apache/arrow-rs) | `0.10.1` | `0.10.2` |
| [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) | `0.21.3` | `0.22.2` |
| [quinn-proto](https://github.com/quinn-rs/quinn) | `0.11.3` | `0.11.8` |



Updates `diesel` from 2.2.1 to 2.2.4
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.4/CHANGELOG.md)
- [Commits](diesel-rs/diesel@v2.2.1...v2.2.4)

Updates `openssl` from 0.10.64 to 0.10.66
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.64...openssl-v0.10.66)

Updates `object_store` from 0.10.1 to 0.10.2
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@object_store_0.10.1...object_store_0.10.2)

Updates `secp256k1` from 0.21.3 to 0.22.2
- [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/secp256k1-0.22.2/CHANGELOG.md)
- [Commits](rust-bitcoin/rust-secp256k1@secp256k1-0.21.3...secp256k1-0.22.2)

Updates `quinn-proto` from 0.11.3 to 0.11.8
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](quinn-rs/quinn@quinn-proto-0.11.3...quinn-proto-0.11.8)

---
updated-dependencies:
- dependency-name: diesel
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: openssl
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: object_store
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: secp256k1
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: quinn-proto
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent e2e6925 commit 0680b92
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 24 deletions.
64 changes: 44 additions & 20 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repository = "https://github.com/graphprotocol/graph-node"
license = "MIT OR Apache-2.0"

[workspace.dependencies]
diesel = { version = "2.1.3", features = ["postgres", "serde_json", "numeric", "r2d2", "chrono"] }
diesel = { version = "2.2.4", features = ["postgres", "serde_json", "numeric", "r2d2", "chrono"] }
diesel-derive-enum = { version = "2.1.0", features = ["postgres"] }
diesel_derives = "2.1.4"
diesel-dynamic-schema = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ web3 = { git = "https://github.com/graphprotocol/rust-web3", branch = "graph-pat
] }
serde_plain = "1.0.2"
csv = "1.3.0"
object_store = { version = "0.10.1", features = ["gcp"] }
object_store = { version = "0.10.2", features = ["gcp"] }

[dev-dependencies]
clap.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion store/postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lazy_static = "1.5"
lru_time_cache = "0.11"
maybe-owned = "0.3.4"
postgres = "0.19.1"
openssl = "0.10.64"
openssl = "0.10.66"
postgres-openssl = "0.5.0"
rand = "0.8.4"
serde = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tokio = { version = "1.38.0", features = ["rt", "macros", "process"] }
# Once graph upgrades to web3 0.19, we don't need this anymore. The version
# here needs to be kept in sync with the web3 version that the graph crate
# uses until then
secp256k1 = { version = "0.21", features = ["recovery"] }
secp256k1 = { version = "0.22", features = ["recovery"] }

[dev-dependencies]
anyhow = "1.0.86"
Expand Down

0 comments on commit 0680b92

Please sign in to comment.