Skip to content

Commit 66360f5

Browse files
Bump the patch group with 4 updates (#241)
Bumps the patch group with 4 updates: [anyhow](https://github.com/dtolnay/anyhow), [clap](https://github.com/clap-rs/clap), [serde](https://github.com/serde-rs/serde) and [serde_bytes](https://github.com/serde-rs/bytes). Updates `anyhow` from 1.0.99 to 1.0.100 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.99...1.0.100) Updates `clap` from 4.5.47 to 4.5.48 - [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.47...clap_complete-v4.5.48) Updates `serde` from 1.0.223 to 1.0.226 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.223...v1.0.226) Updates `serde_bytes` from 0.11.18 to 0.11.19 - [Release notes](https://github.com/serde-rs/bytes/releases) - [Commits](serde-rs/bytes@0.11.18...0.11.19) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: clap dependency-version: 4.5.48 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde dependency-version: 1.0.226 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde_bytes dependency-version: 0.11.19 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 5772dd8 commit 66360f5

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 14 additions & 14 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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.47", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.48", 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 }

hubspot-tickets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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.47", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.48", 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 }

hubspot-users/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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.47", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.48", 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 }

ramp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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.47", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.48", 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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.47", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.48", 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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.47", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.48", 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 }

twilio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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.47", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.48", 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 }

vercel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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.47", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.48", 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 }

0 commit comments

Comments
 (0)