Skip to content

Commit 2b09a77

Browse files
Bump the major group across 1 directory with 3 updates (#254)
Bumps the major group with 3 updates in the / directory: [dirs](https://github.com/soc/dirs-rs), [reqwest-retry](https://github.com/TrueLayer/reqwest-middleware) and [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite). Updates `dirs` from 5.0.1 to 6.0.0 - [Commits](https://github.com/soc/dirs-rs/commits) Updates `reqwest-retry` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases) - [Commits](https://github.com/TrueLayer/reqwest-middleware/commits) Updates `tokio-tungstenite` from 0.27.0 to 0.28.0 - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: dirs dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: reqwest-retry dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major - dependency-name: tokio-tungstenite dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a54bfee commit 2b09a77

File tree

9 files changed

+73
-213
lines changed

9 files changed

+73
-213
lines changed

Cargo.lock

Lines changed: 49 additions & 189 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
@@ -16,7 +16,7 @@ bigdecimal = { version = "0.4", features = ["serde"] }
1616
bytes = { version = "1", features = ["serde"] }
1717
clap = { version = "4", features = ["cargo", "derive", "env", "unicode"], optional = true }
1818
data-encoding = "^2"
19-
dirs = { version = "^5", optional = true }
19+
dirs = { version = "^6", optional = true }
2020
format_serde_error = { version = "^0.3.0", optional = true }
2121
futures = { version = "0.3", optional = true }
2222
http = { version = "1", optional = true }
@@ -30,7 +30,7 @@ getrandom = { version = "0.3" }
3030
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart"], optional = true }
3131
reqwest-conditional-middleware = { version = "0.4", optional = true }
3232
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2"] }
33-
reqwest-retry = { version = "0.7", optional = true }
33+
reqwest-retry = { version = "0.8", optional = true }
3434
reqwest-tracing = { version = "0.5.4", optional = true }
3535
schemars = { version = "0.8", features = ["bigdecimal04", "bytes", "chrono", "url", "uuid1"] }
3636
serde = { version = "1", features = ["derive"] }
@@ -56,7 +56,7 @@ futures-util = "^0.3"
5656
pretty_assertions = "1"
5757
rand = "0.9"
5858
tokio = { version = "1", features = ["rt", "macros"] }
59-
tokio-tungstenite = "0.27"
59+
tokio-tungstenite = "0.28"
6060

6161
[features]
6262
default = ["requests", "retry", "default-tls"]

hubspot-tickets/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bigdecimal = { version = "0.4", features = ["serde"] }
1616
bytes = { version = "1", features = ["serde"] }
1717
clap = { version = "4", features = ["cargo", "derive", "env", "unicode"], optional = true }
1818
data-encoding = "^2"
19-
dirs = { version = "^5", optional = true }
19+
dirs = { version = "^6", optional = true }
2020
format_serde_error = { version = "^0.3.0", optional = true }
2121
futures = { version = "0.3", optional = true }
2222
http = { version = "1", optional = true }
@@ -30,7 +30,7 @@ getrandom = { version = "0.3" }
3030
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart"], optional = true }
3131
reqwest-conditional-middleware = { version = "0.4", optional = true }
3232
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2"] }
33-
reqwest-retry = { version = "0.7", optional = true }
33+
reqwest-retry = { version = "0.8", optional = true }
3434
reqwest-tracing = { version = "0.5.4", optional = true }
3535
schemars = { version = "0.8", features = ["bigdecimal04", "bytes", "chrono", "url", "uuid1"] }
3636
serde = { version = "1", features = ["derive"] }
@@ -56,7 +56,7 @@ futures-util = "^0.3"
5656
pretty_assertions = "1"
5757
rand = "0.9"
5858
tokio = { version = "1", features = ["rt", "macros"] }
59-
tokio-tungstenite = "0.27"
59+
tokio-tungstenite = "0.28"
6060

6161
[features]
6262
default = ["requests", "retry", "default-tls"]

hubspot-users/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bigdecimal = { version = "0.4", features = ["serde"] }
1616
bytes = { version = "1", features = ["serde"] }
1717
clap = { version = "4", features = ["cargo", "derive", "env", "unicode"], optional = true }
1818
data-encoding = "^2"
19-
dirs = { version = "^5", optional = true }
19+
dirs = { version = "^6", optional = true }
2020
format_serde_error = { version = "^0.3.0", optional = true }
2121
futures = { version = "0.3", optional = true }
2222
http = { version = "1", optional = true }
@@ -30,7 +30,7 @@ getrandom = { version = "0.3" }
3030
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart"], optional = true }
3131
reqwest-conditional-middleware = { version = "0.4", optional = true }
3232
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2"] }
33-
reqwest-retry = { version = "0.7", optional = true }
33+
reqwest-retry = { version = "0.8", optional = true }
3434
reqwest-tracing = { version = "0.5.4", optional = true }
3535
schemars = { version = "0.8", features = ["bigdecimal04", "bytes", "chrono", "url", "uuid1"] }
3636
serde = { version = "1", features = ["derive"] }
@@ -56,7 +56,7 @@ futures-util = "^0.3"
5656
pretty_assertions = "1"
5757
rand = "0.9"
5858
tokio = { version = "1", features = ["rt", "macros"] }
59-
tokio-tungstenite = "0.27"
59+
tokio-tungstenite = "0.28"
6060

6161
[features]
6262
default = ["requests", "retry", "default-tls"]

ramp/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bigdecimal = { version = "0.4", features = ["serde"] }
1616
bytes = { version = "1", features = ["serde"] }
1717
clap = { version = "4", features = ["cargo", "derive", "env", "unicode"], optional = true }
1818
data-encoding = "^2"
19-
dirs = { version = "^5", optional = true }
19+
dirs = { version = "^6", optional = true }
2020
format_serde_error = { version = "^0.3.0", optional = true }
2121
futures = { version = "0.3", optional = true }
2222
http = { version = "1", optional = true }
@@ -30,7 +30,7 @@ getrandom = { version = "0.3" }
3030
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart"], optional = true }
3131
reqwest-conditional-middleware = { version = "0.4", optional = true }
3232
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2"] }
33-
reqwest-retry = { version = "0.7", optional = true }
33+
reqwest-retry = { version = "0.8", optional = true }
3434
reqwest-tracing = { version = "0.5.4", optional = true }
3535
schemars = { version = "0.8", features = ["bigdecimal04", "bytes", "chrono", "url", "uuid1"] }
3636
serde = { version = "1", features = ["derive"] }
@@ -56,7 +56,7 @@ futures-util = "^0.3"
5656
pretty_assertions = "1"
5757
rand = "0.9"
5858
tokio = { version = "1", features = ["rt", "macros"] }
59-
tokio-tungstenite = "0.27"
59+
tokio-tungstenite = "0.28"
6060

6161
[features]
6262
default = ["requests", "retry", "default-tls"]

remote/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bigdecimal = { version = "0.4", features = ["serde"] }
1616
bytes = { version = "1", features = ["serde"] }
1717
clap = { version = "4", features = ["cargo", "derive", "env", "unicode"], optional = true }
1818
data-encoding = "^2"
19-
dirs = { version = "^5", optional = true }
19+
dirs = { version = "^6", optional = true }
2020
format_serde_error = { version = "^0.3.0", optional = true }
2121
futures = { version = "0.3", optional = true }
2222
http = { version = "1", optional = true }
@@ -30,7 +30,7 @@ getrandom = { version = "0.3" }
3030
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart"], optional = true }
3131
reqwest-conditional-middleware = { version = "0.4", optional = true }
3232
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2"] }
33-
reqwest-retry = { version = "0.7", optional = true }
33+
reqwest-retry = { version = "0.8", optional = true }
3434
reqwest-tracing = { version = "0.5.4", optional = true }
3535
schemars = { version = "0.8", features = ["bigdecimal04", "bytes", "chrono", "url", "uuid1"] }
3636
serde = { version = "1", features = ["derive"] }
@@ -56,7 +56,7 @@ futures-util = "^0.3"
5656
pretty_assertions = "1"
5757
rand = "0.9"
5858
tokio = { version = "1", features = ["rt", "macros"] }
59-
tokio-tungstenite = "0.27"
59+
tokio-tungstenite = "0.28"
6060

6161
[features]
6262
default = ["requests", "retry", "default-tls"]

rippling/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bigdecimal = { version = "0.4", features = ["serde"] }
1616
bytes = { version = "1", features = ["serde"] }
1717
clap = { version = "4", features = ["cargo", "derive", "env", "unicode"], optional = true }
1818
data-encoding = "^2"
19-
dirs = { version = "^5", optional = true }
19+
dirs = { version = "^6", optional = true }
2020
format_serde_error = { version = "^0.3.0", optional = true }
2121
futures = { version = "0.3", optional = true }
2222
http = { version = "1", optional = true }
@@ -30,7 +30,7 @@ getrandom = { version = "0.3" }
3030
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart"], optional = true }
3131
reqwest-conditional-middleware = { version = "0.4", optional = true }
3232
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2"] }
33-
reqwest-retry = { version = "0.7", optional = true }
33+
reqwest-retry = { version = "0.8", optional = true }
3434
reqwest-tracing = { version = "0.5.4", optional = true }
3535
schemars = { version = "0.8", features = ["bigdecimal04", "bytes", "chrono", "url", "uuid1"] }
3636
serde = { version = "1", features = ["derive"] }
@@ -56,7 +56,7 @@ futures-util = "^0.3"
5656
pretty_assertions = "1"
5757
rand = "0.9"
5858
tokio = { version = "1", features = ["rt", "macros"] }
59-
tokio-tungstenite = "0.27"
59+
tokio-tungstenite = "0.28"
6060

6161
[features]
6262
default = ["requests", "retry", "default-tls"]

twilio/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bigdecimal = { version = "0.4", features = ["serde"] }
1616
bytes = { version = "1", features = ["serde"] }
1717
clap = { version = "4", features = ["cargo", "derive", "env", "unicode"], optional = true }
1818
data-encoding = "^2"
19-
dirs = { version = "^5", optional = true }
19+
dirs = { version = "^6", optional = true }
2020
format_serde_error = { version = "^0.3.0", optional = true }
2121
futures = { version = "0.3", optional = true }
2222
http = { version = "1", optional = true }
@@ -30,7 +30,7 @@ getrandom = { version = "0.3" }
3030
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart"], optional = true }
3131
reqwest-conditional-middleware = { version = "0.4", optional = true }
3232
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2"] }
33-
reqwest-retry = { version = "0.7", optional = true }
33+
reqwest-retry = { version = "0.8", optional = true }
3434
reqwest-tracing = { version = "0.5.4", optional = true }
3535
schemars = { version = "0.8", features = ["bigdecimal04", "bytes", "chrono", "url", "uuid1"] }
3636
serde = { version = "1", features = ["derive"] }
@@ -56,7 +56,7 @@ futures-util = "^0.3"
5656
pretty_assertions = "1"
5757
rand = "0.9"
5858
tokio = { version = "1", features = ["rt", "macros"] }
59-
tokio-tungstenite = "0.27"
59+
tokio-tungstenite = "0.28"
6060

6161
[features]
6262
default = ["requests", "retry", "default-tls"]

vercel/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bigdecimal = { version = "0.4", features = ["serde"] }
1616
bytes = { version = "1", features = ["serde"] }
1717
clap = { version = "4", features = ["cargo", "derive", "env", "unicode"], optional = true }
1818
data-encoding = "^2"
19-
dirs = { version = "^5", optional = true }
19+
dirs = { version = "^6", optional = true }
2020
format_serde_error = { version = "^0.3.0", optional = true }
2121
futures = { version = "0.3", optional = true }
2222
http = { version = "1", optional = true }
@@ -30,7 +30,7 @@ getrandom = { version = "0.3" }
3030
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart"], optional = true }
3131
reqwest-conditional-middleware = { version = "0.4", optional = true }
3232
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2"] }
33-
reqwest-retry = { version = "0.7", optional = true }
33+
reqwest-retry = { version = "0.8", optional = true }
3434
reqwest-tracing = { version = "0.5.4", optional = true }
3535
schemars = { version = "0.8", features = ["bigdecimal04", "bytes", "chrono", "url", "uuid1"] }
3636
serde = { version = "1", features = ["derive"] }
@@ -56,7 +56,7 @@ futures-util = "^0.3"
5656
pretty_assertions = "1"
5757
rand = "0.9"
5858
tokio = { version = "1", features = ["rt", "macros"] }
59-
tokio-tungstenite = "0.27"
59+
tokio-tungstenite = "0.28"
6060

6161
[features]
6262
default = ["requests", "retry", "default-tls"]

0 commit comments

Comments
 (0)