Skip to content

Commit 973277e

Browse files
authored
Merge branch 'main' into update-readme
2 parents 526b367 + f1bb4bc commit 973277e

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: make qa
2525
- name: Get next version
2626
id: get_next_version
27-
uses: thenativeweb/get-next-version@2.6.3
27+
uses: thenativeweb/get-next-version@2.7.1
2828
- name: Create new version
2929
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
3030
run: |

Cargo.lock

Lines changed: 17 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ cloudevents-sdk = { version = "0.8.0", features = ["reqwest"], optional = true }
2525
futures = "0.3.31"
2626
futures-util = "0.3.31"
2727
jsonschema = "0.30.0"
28-
reqwest = { version = "0.12.20", features = ["json", "stream"] }
28+
reqwest = { version = "0.12.22", features = ["json", "stream"] }
2929
serde = { version = "1.0.219", features = ["derive"] }
3030
serde_json = "1.0.140"
3131
testcontainers = { version = "0.24.0", features = [
3232
"http_wait",
3333
], optional = true }
3434
thiserror = "2.0.12"
35-
tokio = { version = "1.45.1", features = ["io-util"] }
35+
tokio = { version = "1.46.1", features = ["io-util"] }
3636
tokio-util = { version = "0.7.15", features = ["io"] }
3737
tokio-stream = { version = "0.1.17", features = ["io-util"] }
3838
typed-builder = "0.21.0"
3939
url = "2.5.4"
4040

4141
[dev-dependencies]
4242
testcontainers = { version = "0.24.0", features = ["http_wait"] }
43-
tokio = { version = "1.45.1", features = ["full"] }
43+
tokio = { version = "1.46.1", features = ["full"] }
4444
tokio-test = "0.4.4"
4545

4646
# This is metadata required for working docs on docs.rs

0 commit comments

Comments
 (0)