Skip to content

Commit 36a98f1

Browse files
Bump the backend group with 5 updates (#686)
Bumps the backend group with 5 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.90` | | [hyper](https://github.com/hyperium/hyper) | `1.4.1` | `1.5.0` | | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.66` | `0.10.68` | | [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` | | [uuid](https://github.com/uuid-rs/uuid) | `1.10.0` | `1.11.0` | Updates `anyhow` from 1.0.89 to 1.0.90 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.89...1.0.90) Updates `hyper` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.4.1...v1.5.0) Updates `openssl` from 0.10.66 to 0.10.68 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.66...openssl-v0.10.68) Updates `serde_json` from 1.0.128 to 1.0.132 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@1.0.128...1.0.132) Updates `uuid` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.10.0...1.11.0) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29ef4e5 commit 36a98f1

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Cargo.lock

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2021"
1313
rust-version = "1.81"
1414

1515
[workspace.dependencies]
16-
anyhow = "1.0.89"
16+
anyhow = "1.0.90"
1717
async-trait = "0.1.83"
1818
axum = { version = "0.7.7", features = ["macros"] }
1919
bincode = "1.3.3"
@@ -25,18 +25,18 @@ futures = "0.3.31"
2525
graphql_client = { version = "0.14.0", features = ["reqwest"] }
2626
hex = "0.4.3"
2727
http = "1.1.0"
28-
hyper = "1.4.1"
28+
hyper = "1.5.0"
2929
lazy_static = "1.5.0"
3030
mime = "0.3.17"
3131
mockall = "0.13.0"
3232
mockito = "1.5.0"
33-
openssl = { version = "0.10.66", features = ["vendored"] }
33+
openssl = { version = "0.10.68", features = ["vendored"] }
3434
postgres-openssl = "0.5.0"
3535
postgres-types = { version = "0.2.8", features = ["derive"] }
3636
regex = "1.11.0"
3737
reqwest = { version = "0.12.8", features = ["json"] }
3838
serde = { version = "1.0.210", features = ["derive"] }
39-
serde_json = "1.0.128"
39+
serde_json = "1.0.132"
4040
serde_qs = "0.13.0"
4141
serde_yaml = "0.9.34"
4242
sha2 = "0.10.8"
@@ -62,4 +62,4 @@ tower = { version = "0.5.1", features = ["util"] }
6262
tower-http = { version = "0.5.2", features = ["fs", "set-header", "trace"] }
6363
tracing = "0.1.40"
6464
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
65-
uuid = { version = "1.10.0", features = ["serde"] }
65+
uuid = { version = "1.11.0", features = ["serde"] }

0 commit comments

Comments
 (0)