Skip to content

Commit 6b5fac3

Browse files
Bump the patch group with 4 updates
Bumps the patch group with 4 updates: [clap](https://github.com/clap-rs/clap), [log](https://github.com/rust-lang/log), [uuid](https://github.com/uuid-rs/uuid) and [chrono](https://github.com/chronotope/chrono). Updates `clap` from 4.5.45 to 4.5.47 - [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.45...clap_complete-v4.5.47) Updates `log` from 0.4.27 to 0.4.28 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.27...0.4.28) Updates `uuid` from 1.18.0 to 1.18.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.18.0...v1.18.1) Updates `chrono` from 0.4.41 to 0.4.42 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.41...v0.4.42) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.47 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: log dependency-version: 0.4.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: uuid dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: chrono dependency-version: 0.4.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9de9a8b commit 6b5fac3

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

Cargo.lock

Lines changed: 12 additions & 12 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.45", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.47", 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.45", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.47", 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.45", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.47", 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.45", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.47", 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.45", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.47", 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.45", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.47", 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.45", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.47", 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.45", features = ["cargo", "derive", "env", "unicode"], optional = true }
17+
clap = { version = "4.5.47", 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)