Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
210 changes: 74 additions & 136 deletions Cargo.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions hubspot-contacts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-trait = { version = "^0.1.89", optional = true }
base64 = "0.22"
bigdecimal = { version = "0.4", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
clap = { version = "4.5.48", features = ["cargo", "derive", "env", "unicode"], optional = true }
clap = { version = "4.5.50", features = ["cargo", "derive", "env", "unicode"], optional = true }
data-encoding = "^2.9.0"
dirs = { version = "^6.0.0", optional = true }
format_serde_error = { version = "^0.3.0", optional = true }
Expand All @@ -27,7 +27,7 @@ parse-display = "0.10.0"
phonenumber = "0.3.7"
rand = { version = "0.9", optional = true }
getrandom = { version = "0.3" }
reqwest = { version = "0.12.23", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
reqwest = { version = "0.12.24", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
reqwest-conditional-middleware = { version = "0.4", optional = true }
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2", "rustls-tls"] }
reqwest-retry = { version = "0.7", optional = true }
Expand All @@ -45,7 +45,7 @@ uuid = { version = "1", features = ["serde", "v4", "v7"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
chrono = { version = "0.4", default-features = false, features = ["now", "serde", "std"] }
tokio = { version = "1.47.1", features = ["rt", "macros"] }
tokio = { version = "1.48.0", features = ["rt", "macros"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
chrono = { version = "0.4", default-features = false, features = ["serde", "std"] }
Expand All @@ -55,7 +55,7 @@ expectorate = "1"
futures-util = "^0.3.26"
pretty_assertions = "1"
rand = "0.9"
tokio = { version = "1.47.1", features = ["rt", "macros"] }
tokio = { version = "1.48.0", features = ["rt", "macros"] }
tokio-tungstenite = "0.27"

[features]
Expand Down
8 changes: 4 additions & 4 deletions hubspot-tickets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-trait = { version = "^0.1.89", optional = true }
base64 = "0.22"
bigdecimal = { version = "0.4", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
clap = { version = "4.5.48", features = ["cargo", "derive", "env", "unicode"], optional = true }
clap = { version = "4.5.50", features = ["cargo", "derive", "env", "unicode"], optional = true }
data-encoding = "^2.9.0"
dirs = { version = "^6.0.0", optional = true }
format_serde_error = { version = "^0.3.0", optional = true }
Expand All @@ -27,7 +27,7 @@ parse-display = "0.10.0"
phonenumber = "0.3.7"
rand = { version = "0.9", optional = true }
getrandom = { version = "0.3" }
reqwest = { version = "0.12.23", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
reqwest = { version = "0.12.24", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
reqwest-conditional-middleware = { version = "0.4", optional = true }
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2", "rustls-tls"] }
reqwest-retry = { version = "0.7", optional = true }
Expand All @@ -45,7 +45,7 @@ uuid = { version = "1", features = ["serde", "v4", "v7"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
chrono = { version = "0.4", default-features = false, features = ["now", "serde", "std"] }
tokio = { version = "1.47.1", features = ["rt", "macros"] }
tokio = { version = "1.48.0", features = ["rt", "macros"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
chrono = { version = "0.4", default-features = false, features = ["serde", "std"] }
Expand All @@ -55,7 +55,7 @@ expectorate = "1"
futures-util = "^0.3.26"
pretty_assertions = "1"
rand = "0.9"
tokio = { version = "1.47.1", features = ["rt", "macros"] }
tokio = { version = "1.48.0", features = ["rt", "macros"] }
tokio-tungstenite = "0.27"

[features]
Expand Down
8 changes: 4 additions & 4 deletions hubspot-users/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-trait = { version = "^0.1.89", optional = true }
base64 = "0.22"
bigdecimal = { version = "0.4", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
clap = { version = "4.5.48", features = ["cargo", "derive", "env", "unicode"], optional = true }
clap = { version = "4.5.50", features = ["cargo", "derive", "env", "unicode"], optional = true }
data-encoding = "^2.9.0"
dirs = { version = "^6.0.0", optional = true }
format_serde_error = { version = "^0.3.0", optional = true }
Expand All @@ -27,7 +27,7 @@ parse-display = "0.10.0"
phonenumber = "0.3.7"
rand = { version = "0.9", optional = true }
getrandom = { version = "0.3" }
reqwest = { version = "0.12.23", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
reqwest = { version = "0.12.24", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
reqwest-conditional-middleware = { version = "0.4", optional = true }
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2", "rustls-tls"] }
reqwest-retry = { version = "0.7", optional = true }
Expand All @@ -45,7 +45,7 @@ uuid = { version = "1", features = ["serde", "v4", "v7"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
chrono = { version = "0.4", default-features = false, features = ["now", "serde", "std"] }
tokio = { version = "1.47.1", features = ["rt", "macros"] }
tokio = { version = "1.48.0", features = ["rt", "macros"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
chrono = { version = "0.4", default-features = false, features = ["serde", "std"] }
Expand All @@ -55,7 +55,7 @@ expectorate = "1"
futures-util = "^0.3.26"
pretty_assertions = "1"
rand = "0.9"
tokio = { version = "1.47.1", features = ["rt", "macros"] }
tokio = { version = "1.48.0", features = ["rt", "macros"] }
tokio-tungstenite = "0.27"

[features]
Expand Down
6 changes: 3 additions & 3 deletions ramp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-trait = { version = "^0.1.89", optional = true }
base64 = "0.22"
bigdecimal = { version = "0.4", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
clap = { version = "4.5.48", features = ["cargo", "derive", "env", "unicode"], optional = true }
clap = { version = "4.5.50", features = ["cargo", "derive", "env", "unicode"], optional = true }
data-encoding = "^2.9.0"
dirs = { version = "^6.0.0", optional = true }
format_serde_error = { version = "^0.3.0", optional = true }
Expand Down Expand Up @@ -44,7 +44,7 @@ uuid = { version = "1", features = ["serde", "v4", "v7"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
chrono = { version = "0.4", default-features = false, features = ["now", "serde", "std"] }
tokio = { version = "1.47.1", features = ["rt", "macros"] }
tokio = { version = "1.48.0", features = ["rt", "macros"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
chrono = { version = "0.4", default-features = false, features = ["serde", "std"] }
Expand All @@ -54,7 +54,7 @@ expectorate = "1"
futures-util = "^0.3.26"
pretty_assertions = "1"
rand = "0.9"
tokio = { version = "1.47.1", features = ["rt", "macros"] }
tokio = { version = "1.48.0", features = ["rt", "macros"] }
tokio-tungstenite = "0.27"

[features]
Expand Down
6 changes: 3 additions & 3 deletions remote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-trait = { version = "^0.1.89", optional = true }
base64 = "0.22"
bigdecimal = { version = "0.4", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
clap = { version = "4.5.48", features = ["cargo", "derive", "env", "unicode"], optional = true }
clap = { version = "4.5.50", features = ["cargo", "derive", "env", "unicode"], optional = true }
data-encoding = "^2.9.0"
dirs = { version = "^6.0.0", optional = true }
format_serde_error = { version = "^0.3.0", optional = true }
Expand Down Expand Up @@ -44,7 +44,7 @@ uuid = { version = "1", features = ["serde", "v4", "v7"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
chrono = { version = "0.4", default-features = false, features = ["now", "serde", "std"] }
tokio = { version = "1.47.1", features = ["rt", "macros"] }
tokio = { version = "1.48.0", features = ["rt", "macros"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
chrono = { version = "0.4", default-features = false, features = ["serde", "std"] }
Expand All @@ -54,7 +54,7 @@ expectorate = "1"
futures-util = "^0.3.26"
pretty_assertions = "1"
rand = "0.9"
tokio = { version = "1.47.1", features = ["rt", "macros"] }
tokio = { version = "1.48.0", features = ["rt", "macros"] }
tokio-tungstenite = "0.27"

[features]
Expand Down
8 changes: 4 additions & 4 deletions rippling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-trait = { version = "^0.1.89", optional = true }
base64 = "0.22"
bigdecimal = { version = "0.4", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
clap = { version = "4.5.48", features = ["cargo", "derive", "env", "unicode"], optional = true }
clap = { version = "4.5.50", features = ["cargo", "derive", "env", "unicode"], optional = true }
data-encoding = "^2.9.0"
dirs = { version = "^6.0.0", optional = true }
format_serde_error = { version = "^0.3.0", optional = true }
Expand All @@ -27,7 +27,7 @@ parse-display = "0.10.0"
phonenumber = "0.3.7"
rand = { version = "0.9", optional = true }
getrandom = { version = "0.3" }
reqwest = { version = "0.12.23", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
reqwest = { version = "0.12.24", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
reqwest-conditional-middleware = { version = "0.4", optional = true }
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2", "rustls-tls"] }
reqwest-retry = { version = "0.7", optional = true }
Expand All @@ -45,7 +45,7 @@ uuid = { version = "1", features = ["serde", "v4", "v7"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
chrono = { version = "0.4", default-features = false, features = ["now", "serde", "std"] }
tokio = { version = "1.47.1", features = ["rt", "macros"] }
tokio = { version = "1.48.0", features = ["rt", "macros"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
chrono = { version = "0.4", default-features = false, features = ["serde", "std"] }
Expand All @@ -55,7 +55,7 @@ expectorate = "1"
futures-util = "^0.3.26"
pretty_assertions = "1"
rand = "0.9"
tokio = { version = "1.47.1", features = ["rt", "macros"] }
tokio = { version = "1.48.0", features = ["rt", "macros"] }
tokio-tungstenite = "0.27"

[features]
Expand Down
8 changes: 4 additions & 4 deletions twilio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-trait = { version = "^0.1.89", optional = true }
base64 = "0.22"
bigdecimal = { version = "0.4", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
clap = { version = "4.5.48", features = ["cargo", "derive", "env", "unicode"], optional = true }
clap = { version = "4.5.50", features = ["cargo", "derive", "env", "unicode"], optional = true }
data-encoding = "^2.9.0"
dirs = { version = "^6.0.0", optional = true }
format_serde_error = { version = "^0.3.0", optional = true }
Expand All @@ -27,7 +27,7 @@ parse-display = "0.10.0"
phonenumber = "0.3.5"
rand = { version = "0.9", optional = true }
getrandom = { version = "0.3" }
reqwest = { version = "0.12.23", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
reqwest = { version = "0.12.24", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
reqwest-conditional-middleware = { version = "0.4", optional = true }
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2", "rustls-tls"] }
reqwest-retry = { version = "0.7", optional = true }
Expand All @@ -45,7 +45,7 @@ uuid = { version = "1", features = ["serde", "v4", "v7"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
chrono = { version = "0.4", default-features = false, features = ["now", "serde", "std"] }
tokio = { version = "1.47.1", features = ["rt", "macros"] }
tokio = { version = "1.48.0", features = ["rt", "macros"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
chrono = { version = "0.4", default-features = false, features = ["serde", "std"] }
Expand All @@ -55,7 +55,7 @@ expectorate = "1"
futures-util = "^0.3.26"
pretty_assertions = "1"
rand = "0.9"
tokio = { version = "1.47.1", features = ["rt", "macros"] }
tokio = { version = "1.48.0", features = ["rt", "macros"] }
tokio-tungstenite = "0.27"

[features]
Expand Down
8 changes: 4 additions & 4 deletions vercel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-trait = { version = "^0.1.89", optional = true }
base64 = "0.22"
bigdecimal = { version = "0.4", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
clap = { version = "4.5.48", features = ["cargo", "derive", "env", "unicode"], optional = true }
clap = { version = "4.5.50", features = ["cargo", "derive", "env", "unicode"], optional = true }
data-encoding = "^2.9.0"
dirs = { version = "^6.0.0", optional = true }
format_serde_error = { version = "^0.3.0", optional = true }
Expand All @@ -27,7 +27,7 @@ parse-display = "0.10.0"
phonenumber = "0.3.7"
rand = { version = "0.9", optional = true }
getrandom = { version = "0.3" }
reqwest = { version = "0.12.23", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
reqwest = { version = "0.12.24", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
reqwest-conditional-middleware = { version = "0.4", optional = true }
reqwest-middleware = { version = "0.4", optional = true, features = ["json", "multipart", "http2", "rustls-tls"] }
reqwest-retry = { version = "0.7", optional = true }
Expand All @@ -45,7 +45,7 @@ uuid = { version = "1", features = ["serde", "v4", "v7"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
chrono = { version = "0.4", default-features = false, features = ["now", "serde", "std"] }
tokio = { version = "1.47.1", features = ["rt", "macros"] }
tokio = { version = "1.48.0", features = ["rt", "macros"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
chrono = { version = "0.4", default-features = false, features = ["serde", "std"] }
Expand All @@ -55,7 +55,7 @@ expectorate = "1"
futures-util = "^0.3.26"
pretty_assertions = "1"
rand = "0.9"
tokio = { version = "1.47.1", features = ["rt", "macros"] }
tokio = { version = "1.48.0", features = ["rt", "macros"] }
tokio-tungstenite = "0.27"

[features]
Expand Down
Loading