Skip to content

Commit 17c7fe1

Browse files
Bump the major group with 2 updates
Bumps the major group with 2 updates: [dirs](https://github.com/soc/dirs-rs) 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 `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: 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] <support@github.com>
1 parent 748380c commit 17c7fe1

File tree

9 files changed

+28
-94
lines changed

9 files changed

+28
-94
lines changed

Cargo.lock

Lines changed: 12 additions & 78 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: 2 additions & 2 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 }
@@ -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: 2 additions & 2 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 }
@@ -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: 2 additions & 2 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 }
@@ -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: 2 additions & 2 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 }
@@ -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: 2 additions & 2 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 }
@@ -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: 2 additions & 2 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 }
@@ -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: 2 additions & 2 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 }
@@ -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: 2 additions & 2 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 }
@@ -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)