Skip to content
Merged
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
1,487 changes: 348 additions & 1,139 deletions Cargo.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions hubspot-contacts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ async-trait = { version = "^0.1.88", optional = true }
base64 = "0.22"
bigdecimal = { version = "0.4", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
clap = { version = "4.5.41", features = ["cargo", "derive", "env", "unicode"], optional = true }
data-encoding = "^2.3.2"
clap = { version = "4.5.42", 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 }
futures = { version = "0.3.26", optional = true }
http = { version = "1", optional = true }
itertools = "0.13.0"
itertools = "0.14.0"
log = { version = "^0.4", features = ["serde"], optional = true }
mime_guess = "2.0.4"
parse-display = "0.10.0"
phonenumber = "0.3.7"
rand = { version = "0.9", optional = true }
getrandom = { version = "0.3" }
reqwest = { version = "0.12.14", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
reqwest = { version = "0.12.22", 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 }
reqwest-tracing = { version = "0.5.4", features = ["opentelemetry_0_24"], optional = true }
reqwest-tracing = { version = "0.5.8", features = ["opentelemetry_0_24"], optional = true }
schemars = { version = "0.8.22", features = ["bigdecimal04", "bytes", "chrono", "url", "uuid1"] }
serde = { version = "1", features = ["derive"] }
serde_bytes = "0.11"
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.43.1", features = ["rt", "macros"] }
tokio = { version = "1.47.1", features = ["rt", "macros"] }

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

[features]
default = ["requests", "retry"]
Expand Down
16 changes: 8 additions & 8 deletions hubspot-tickets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ async-trait = { version = "^0.1.88", optional = true }
base64 = "0.22"
bigdecimal = { version = "0.4", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
clap = { version = "4.5.41", features = ["cargo", "derive", "env", "unicode"], optional = true }
data-encoding = "^2.3.2"
clap = { version = "4.5.42", 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 }
futures = { version = "0.3.26", optional = true }
http = { version = "1", optional = true }
itertools = "0.13.0"
itertools = "0.14.0"
log = { version = "^0.4", features = ["serde"], optional = true }
mime_guess = "2.0.4"
parse-display = "0.10.0"
phonenumber = "0.3.7"
rand = { version = "0.9", optional = true }
getrandom = { version = "0.3" }
reqwest = { version = "0.12.14", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
reqwest = { version = "0.12.22", 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 }
reqwest-tracing = { version = "0.5.4", features = ["opentelemetry_0_24"], optional = true }
reqwest-tracing = { version = "0.5.8", features = ["opentelemetry_0_24"], optional = true }
schemars = { version = "0.8.22", features = ["bigdecimal04", "bytes", "chrono", "url", "uuid1"] }
serde = { version = "1", features = ["derive"] }
serde_bytes = "0.11"
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.43.1", features = ["rt", "macros"] }
tokio = { version = "1.47.1", features = ["rt", "macros"] }

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

[features]
default = ["requests", "retry"]
Expand Down
16 changes: 8 additions & 8 deletions hubspot-users/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ async-trait = { version = "^0.1.88", optional = true }
base64 = "0.22"
bigdecimal = { version = "0.4", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
clap = { version = "4.5.41", features = ["cargo", "derive", "env", "unicode"], optional = true }
data-encoding = "^2.3.2"
clap = { version = "4.5.42", 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 }
futures = { version = "0.3.26", optional = true }
http = { version = "1", optional = true }
itertools = "0.13.0"
itertools = "0.14.0"
log = { version = "^0.4", features = ["serde"], optional = true }
mime_guess = "2.0.4"
parse-display = "0.10.0"
phonenumber = "0.3.7"
rand = { version = "0.9", optional = true }
getrandom = { version = "0.3" }
reqwest = { version = "0.12.14", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
reqwest = { version = "0.12.22", 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 }
reqwest-tracing = { version = "0.5.4", features = ["opentelemetry_0_24"], optional = true }
reqwest-tracing = { version = "0.5.8", features = ["opentelemetry_0_24"], optional = true }
schemars = { version = "0.8.22", features = ["bigdecimal04", "bytes", "chrono", "url", "uuid1"] }
serde = { version = "1", features = ["derive"] }
serde_bytes = "0.11"
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.43.1", features = ["rt", "macros"] }
tokio = { version = "1.47.1", features = ["rt", "macros"] }

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

[features]
default = ["requests", "retry"]
Expand Down
20 changes: 10 additions & 10 deletions ramp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,37 +14,37 @@ async-trait = { version = "^0.1.88", optional = true }
base64 = "0.22"
bigdecimal = { version = "0.4", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
clap = { version = "4.5.41", features = ["cargo", "derive", "env", "unicode"], optional = true }
data-encoding = "^2.3.2"
clap = { version = "4.5.42", 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 }
futures = { version = "0.3.26", optional = true }
http = { version = "1", optional = true }
itertools = "0.13.0"
itertools = "0.14.0"
log = { version = "^0.4", features = ["serde"], optional = true }
mime_guess = "2.0.4"
parse-display = "0.10.0"
phonenumber = "0.3.7"
rand = { version = "0.8", optional = true }
rand = { version = "0.9", optional = true }
reqwest = { version = "0.12", 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 }
reqwest-tracing = { version = "0.5.4", features = ["opentelemetry_0_24"], optional = true }
reqwest-tracing = { version = "0.5.8", features = ["opentelemetry_0_24"], optional = true }
schemars = { version = "0.8.22", features = ["bigdecimal04", "bytes", "chrono", "url", "uuid1"] }
serde = { version = "1", features = ["derive"] }
serde_bytes = "0.11"
serde_json = "1"
serde_urlencoded = { version = "^0.7", optional = true }
tabled = { version = "0.17.0", features = ["ansi"], optional = true }
tabled = { version = "0.18.0", features = ["ansi"], optional = true }
thiserror = "2"
tracing = { version = "^0.1", optional = true }
url = { version = "2", features = ["serde"] }
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.43.1", features = ["rt", "macros"] }
tokio = { version = "1.47.1", features = ["rt", "macros"] }

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

[features]
default = ["requests", "retry"]
Expand Down
20 changes: 10 additions & 10 deletions remote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,37 +14,37 @@ async-trait = { version = "^0.1.88", optional = true }
base64 = "0.22"
bigdecimal = { version = "0.4", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
clap = { version = "4.5.41", features = ["cargo", "derive", "env", "unicode"], optional = true }
data-encoding = "^2.3.2"
clap = { version = "4.5.42", 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 }
futures = { version = "0.3.26", optional = true }
http = { version = "1", optional = true }
itertools = "0.13.0"
itertools = "0.14.0"
log = { version = "^0.4", features = ["serde"], optional = true }
mime_guess = "2.0.4"
parse-display = "0.10.0"
phonenumber = "0.3.7"
rand = { version = "0.8", optional = true }
rand = { version = "0.9", optional = true }
reqwest = { version = "0.12", 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 }
reqwest-tracing = { version = "0.5.4", features = ["opentelemetry_0_24"], optional = true }
reqwest-tracing = { version = "0.5.8", features = ["opentelemetry_0_24"], optional = true }
schemars = { version = "0.8.22", features = ["bigdecimal04", "bytes", "chrono", "url", "uuid1"] }
serde = { version = "1", features = ["derive"] }
serde_bytes = "0.11"
serde_json = "1"
serde_urlencoded = { version = "^0.7", optional = true }
tabled = { version = "0.17.0", features = ["ansi"], optional = true }
tabled = { version = "0.18.0", features = ["ansi"], optional = true }
thiserror = "2"
tracing = { version = "^0.1", optional = true }
url = { version = "2", features = ["serde"] }
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.43.1", features = ["rt", "macros"] }
tokio = { version = "1.47.1", features = ["rt", "macros"] }

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

[features]
default = ["requests", "retry"]
Expand Down
16 changes: 8 additions & 8 deletions rippling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ async-trait = { version = "^0.1.88", optional = true }
base64 = "0.22"
bigdecimal = { version = "0.4", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
clap = { version = "4.5.41", features = ["cargo", "derive", "env", "unicode"], optional = true }
data-encoding = "^2.3.2"
clap = { version = "4.5.42", 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 }
futures = { version = "0.3.26", optional = true }
http = { version = "1", optional = true }
itertools = "0.13.0"
itertools = "0.14.0"
log = { version = "^0.4", features = ["serde"], optional = true }
mime_guess = "2.0.4"
parse-display = "0.10.0"
phonenumber = "0.3.7"
rand = { version = "0.9", optional = true }
getrandom = { version = "0.3" }
reqwest = { version = "0.12.14", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
reqwest = { version = "0.12.22", 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 }
reqwest-tracing = { version = "0.5.4", features = ["opentelemetry_0_24"], optional = true }
reqwest-tracing = { version = "0.5.8", features = ["opentelemetry_0_24"], optional = true }
schemars = { version = "0.8.22", features = ["bigdecimal04", "bytes", "chrono", "url", "uuid1"] }
serde = { version = "1", features = ["derive"] }
serde_bytes = "0.11"
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.43.1", features = ["rt", "macros"] }
tokio = { version = "1.47.1", features = ["rt", "macros"] }

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

[features]
default = ["requests", "retry"]
Expand Down
16 changes: 8 additions & 8 deletions twilio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ async-trait = { version = "^0.1.53", optional = true }
base64 = "0.22"
bigdecimal = { version = "0.4", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
clap = { version = "4.5.41", features = ["cargo", "derive", "env", "unicode"], optional = true }
data-encoding = "^2.3.2"
clap = { version = "4.5.42", 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 }
futures = { version = "0.3.26", optional = true }
http = { version = "1", optional = true }
itertools = "0.13.0"
itertools = "0.14.0"
log = { version = "^0.4", features = ["serde"], optional = true }
mime_guess = "2.0.4"
parse-display = "0.10.0"
phonenumber = "0.3.5"
rand = { version = "0.9", optional = true }
getrandom = { version = "0.3" }
reqwest = { version = "0.12.14", default-features = false, features = ["json", "multipart", "rustls-tls"], optional = true }
reqwest = { version = "0.12.22", 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 }
reqwest-tracing = { version = "0.5.4", features = ["opentelemetry_0_24"], optional = true }
reqwest-tracing = { version = "0.5.8", features = ["opentelemetry_0_24"], optional = true }
schemars = { version = "0.8.22", features = ["bigdecimal04", "bytes", "chrono", "url", "uuid1"] }
serde = { version = "1", features = ["derive"] }
serde_bytes = "0.11"
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.38.0", features = ["rt", "macros"] }
tokio = { version = "1.47.1", features = ["rt", "macros"] }

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

[features]
default = ["requests", "retry"]
Expand Down
Loading
Loading