Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72755b8

Browse files
authored
Merge pull request #91 from sksat/renovate/octokit-webhooks-7.x
Update dependency octokit/webhooks to v7.0.3
2 parents 6a200cd + f26ea1e commit 72755b8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -6,10 +6,10 @@ members = [
66
]
77

88
[workspace.package]
9-
version = "0.3.2"
9+
version = "0.4.0"
1010
repository = "https://github.com/sksat/github-webhook-rs"
1111
authors = ["sksat <[email protected]>", "s-ylide"]
1212

1313
[workspace.dependencies]
14-
github-webhook-dts-downloader = { path = "./dts-downloader", version = "0.3" }
15-
github-webhook-type-generator = { path = "./type-generator", version = "0.3" }
14+
github-webhook-dts-downloader = { path = "./dts-downloader", version = "0.4" }
15+
github-webhook-type-generator = { path = "./type-generator", version = "0.4" }

github-webhook/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ license = "MIT"
1515

1616
[package.metadata.octokit-webhooks]
1717
repository = "octokit/webhooks"
18-
version = "v7.0.2"
18+
version = "v7.0.3"
1919

2020
[build-dependencies]
2121
github-webhook-dts-downloader.workspace = true

0 commit comments

Comments
 (0)