Skip to content

Commit 5aa29cd

Browse files
Bump the patch group with 5 updates (#235)
Bumps the patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.98` | `1.0.99` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.88` | `0.1.89` | | [clap](https://github.com/clap-rs/clap) | `4.5.43` | `4.5.45` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.22` | `0.12.23` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` | `2.0.15` | Updates `anyhow` from 1.0.98 to 1.0.99 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.98...1.0.99) Updates `async-trait` from 0.1.88 to 0.1.89 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.88...0.1.89) Updates `clap` from 4.5.43 to 4.5.45 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.43...clap_complete-v4.5.45) Updates `reqwest` from 0.12.22 to 0.12.23 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.22...v0.12.23) Updates `thiserror` from 2.0.12 to 2.0.15 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.12...2.0.15) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.99 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: async-trait dependency-version: 0.1.89 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: clap dependency-version: 4.5.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: reqwest dependency-version: 0.12.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: thiserror dependency-version: 2.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 21fc26f commit 5aa29cd

File tree

9 files changed

+51
-51
lines changed

9 files changed

+51
-51
lines changed

Cargo.lock

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

hubspot-contacts/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ license = "MIT"
1010

1111
[dependencies]
1212
anyhow = "1"
13-
async-trait = { version = "^0.1.88", optional = true }
13+
async-trait = { version = "^0.1.89", optional = true }
1414
base64 = "0.22"
1515
bigdecimal = { version = "0.4", features = ["serde"] }
1616
bytes = { version = "1", features = ["serde"] }
17-
clap = { version = "4.5.43", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.45", features = ["cargo", "derive", "env", "unicode"], optional = true }
1818
data-encoding = "^2.9.0"
1919
dirs = { version = "^6.0.0", optional = true }
2020
format_serde_error = { version = "^0.3.0", optional = true }
@@ -27,7 +27,7 @@ parse-display = "0.10.0"
2727
phonenumber = "0.3.7"
2828
rand = { version = "0.9", optional = true }
2929
getrandom = { version = "0.3" }
30-
reqwest = { version = "0.12.22", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
30+
reqwest = { version = "0.12.23", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
3131
reqwest-conditional-middleware = { version = "0.4", optional = true }
3232
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2", "rustls-tls"] }
3333
reqwest-retry = { version = "0.7", optional = true }

hubspot-tickets/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ license = "MIT"
1010

1111
[dependencies]
1212
anyhow = "1"
13-
async-trait = { version = "^0.1.88", optional = true }
13+
async-trait = { version = "^0.1.89", optional = true }
1414
base64 = "0.22"
1515
bigdecimal = { version = "0.4", features = ["serde"] }
1616
bytes = { version = "1", features = ["serde"] }
17-
clap = { version = "4.5.43", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.45", features = ["cargo", "derive", "env", "unicode"], optional = true }
1818
data-encoding = "^2.9.0"
1919
dirs = { version = "^6.0.0", optional = true }
2020
format_serde_error = { version = "^0.3.0", optional = true }
@@ -27,7 +27,7 @@ parse-display = "0.10.0"
2727
phonenumber = "0.3.7"
2828
rand = { version = "0.9", optional = true }
2929
getrandom = { version = "0.3" }
30-
reqwest = { version = "0.12.22", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
30+
reqwest = { version = "0.12.23", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
3131
reqwest-conditional-middleware = { version = "0.4", optional = true }
3232
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2", "rustls-tls"] }
3333
reqwest-retry = { version = "0.7", optional = true }

hubspot-users/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ license = "MIT"
1010

1111
[dependencies]
1212
anyhow = "1"
13-
async-trait = { version = "^0.1.88", optional = true }
13+
async-trait = { version = "^0.1.89", optional = true }
1414
base64 = "0.22"
1515
bigdecimal = { version = "0.4", features = ["serde"] }
1616
bytes = { version = "1", features = ["serde"] }
17-
clap = { version = "4.5.43", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.45", features = ["cargo", "derive", "env", "unicode"], optional = true }
1818
data-encoding = "^2.9.0"
1919
dirs = { version = "^6.0.0", optional = true }
2020
format_serde_error = { version = "^0.3.0", optional = true }
@@ -27,7 +27,7 @@ parse-display = "0.10.0"
2727
phonenumber = "0.3.7"
2828
rand = { version = "0.9", optional = true }
2929
getrandom = { version = "0.3" }
30-
reqwest = { version = "0.12.22", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
30+
reqwest = { version = "0.12.23", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
3131
reqwest-conditional-middleware = { version = "0.4", optional = true }
3232
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2", "rustls-tls"] }
3333
reqwest-retry = { version = "0.7", optional = true }

ramp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ license = "MIT"
1010

1111
[dependencies]
1212
anyhow = "1"
13-
async-trait = { version = "^0.1.88", optional = true }
13+
async-trait = { version = "^0.1.89", optional = true }
1414
base64 = "0.22"
1515
bigdecimal = { version = "0.4", features = ["serde"] }
1616
bytes = { version = "1", features = ["serde"] }
17-
clap = { version = "4.5.43", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.45", features = ["cargo", "derive", "env", "unicode"], optional = true }
1818
data-encoding = "^2.9.0"
1919
dirs = { version = "^6.0.0", optional = true }
2020
format_serde_error = { version = "^0.3.0", optional = true }

remote/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ license = "MIT"
1010

1111
[dependencies]
1212
anyhow = "1"
13-
async-trait = { version = "^0.1.88", optional = true }
13+
async-trait = { version = "^0.1.89", optional = true }
1414
base64 = "0.22"
1515
bigdecimal = { version = "0.4", features = ["serde"] }
1616
bytes = { version = "1", features = ["serde"] }
17-
clap = { version = "4.5.43", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.45", features = ["cargo", "derive", "env", "unicode"], optional = true }
1818
data-encoding = "^2.9.0"
1919
dirs = { version = "^6.0.0", optional = true }
2020
format_serde_error = { version = "^0.3.0", optional = true }

rippling/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ license = "MIT"
1010

1111
[dependencies]
1212
anyhow = "1"
13-
async-trait = { version = "^0.1.88", optional = true }
13+
async-trait = { version = "^0.1.89", optional = true }
1414
base64 = "0.22"
1515
bigdecimal = { version = "0.4", features = ["serde"] }
1616
bytes = { version = "1", features = ["serde"] }
17-
clap = { version = "4.5.43", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.45", features = ["cargo", "derive", "env", "unicode"], optional = true }
1818
data-encoding = "^2.9.0"
1919
dirs = { version = "^6.0.0", optional = true }
2020
format_serde_error = { version = "^0.3.0", optional = true }
@@ -27,7 +27,7 @@ parse-display = "0.10.0"
2727
phonenumber = "0.3.7"
2828
rand = { version = "0.9", optional = true }
2929
getrandom = { version = "0.3" }
30-
reqwest = { version = "0.12.22", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
30+
reqwest = { version = "0.12.23", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
3131
reqwest-conditional-middleware = { version = "0.4", optional = true }
3232
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2", "rustls-tls"] }
3333
reqwest-retry = { version = "0.7", optional = true }

twilio/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ license = "MIT"
1010

1111
[dependencies]
1212
anyhow = "1"
13-
async-trait = { version = "^0.1.53", optional = true }
13+
async-trait = { version = "^0.1.89", optional = true }
1414
base64 = "0.22"
1515
bigdecimal = { version = "0.4", features = ["serde"] }
1616
bytes = { version = "1", features = ["serde"] }
17-
clap = { version = "4.5.43", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.45", features = ["cargo", "derive", "env", "unicode"], optional = true }
1818
data-encoding = "^2.9.0"
1919
dirs = { version = "^6.0.0", optional = true }
2020
format_serde_error = { version = "^0.3.0", optional = true }
@@ -27,7 +27,7 @@ parse-display = "0.10.0"
2727
phonenumber = "0.3.5"
2828
rand = { version = "0.9", optional = true }
2929
getrandom = { version = "0.3" }
30-
reqwest = { version = "0.12.22", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
30+
reqwest = { version = "0.12.23", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
3131
reqwest-conditional-middleware = { version = "0.4", optional = true }
3232
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2", "rustls-tls"] }
3333
reqwest-retry = { version = "0.7", optional = true }

vercel/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ license = "MIT"
1010

1111
[dependencies]
1212
anyhow = "1"
13-
async-trait = { version = "^0.1.88", optional = true }
13+
async-trait = { version = "^0.1.89", optional = true }
1414
base64 = "0.22"
1515
bigdecimal = { version = "0.4", features = ["serde"] }
1616
bytes = { version = "1", features = ["serde"] }
17-
clap = { version = "4.5.43", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.45", features = ["cargo", "derive", "env", "unicode"], optional = true }
1818
data-encoding = "^2.9.0"
1919
dirs = { version = "^6.0.0", optional = true }
2020
format_serde_error = { version = "^0.3.0", optional = true }
@@ -27,7 +27,7 @@ parse-display = "0.10.0"
2727
phonenumber = "0.3.7"
2828
rand = { version = "0.9", optional = true }
2929
getrandom = { version = "0.3" }
30-
reqwest = { version = "0.12.22", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
30+
reqwest = { version = "0.12.23", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
3131
reqwest-conditional-middleware = { version = "0.4", optional = true }
3232
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2", "rustls-tls"] }
3333
reqwest-retry = { version = "0.7", optional = true }

0 commit comments

Comments
 (0)