Skip to content

Commit 1c27ffa

Browse files
committed
style: update license dependencies
1 parent dc2765e commit 1c27ffa

File tree

3 files changed

+164
-0
lines changed

3 files changed

+164
-0
lines changed

Cargo.lock

Lines changed: 151 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DEPENDENCIES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,13 @@ atoi: 2.0.0, "MIT",
6969
atomic: 0.6.1, "Apache-2.0 OR MIT",
7070
atomic-polyfill: 1.0.3, "Apache-2.0 OR MIT",
7171
atomic-waker: 1.1.2, "Apache-2.0 OR MIT",
72+
attohttpc: 0.30.1, "MPL-2.0",
7273
autocfg: 1.5.0, "Apache-2.0 OR MIT",
7374
autotools: 0.2.7, "MIT",
75+
aws-creds: 0.39.1, "MIT",
7476
aws-lc-rs: 1.16.0, "(Apache-2.0 OR ISC) AND ISC",
7577
aws-lc-sys: 0.37.1, "(Apache-2.0 OR ISC) AND ISC AND OpenSSL",
78+
aws-region: 0.28.1, "MIT",
7679
axum: 0.8.8, "MIT",
7780
axum-core: 0.5.6, "MIT",
7881
axum-macros: 0.5.0, "MIT",
@@ -123,6 +126,7 @@ bzip2: 0.6.1, "Apache-2.0 OR MIT",
123126
camino: 1.2.2, "Apache-2.0 OR MIT",
124127
cargo-platform: 0.3.2, "Apache-2.0 OR MIT",
125128
cargo_metadata: 0.23.1, "MIT",
129+
castaway: 0.2.4, "MIT",
126130
cc: 1.2.56, "Apache-2.0 OR MIT",
127131
cesu8: 1.1.0, "Apache-2.0 OR MIT",
128132
cfg-if: 1.0.4, "Apache-2.0 OR MIT",
@@ -143,6 +147,7 @@ colorchoice: 1.0.4, "Apache-2.0 OR MIT",
143147
colored: 3.1.1, "MPL-2.0",
144148
combine: 4.6.7, "MIT",
145149
comfy-table: 7.2.2, "MIT",
150+
compact_str: 0.7.1, "MIT",
146151
compio: 0.18.0, "MIT",
147152
compio-buf: 0.8.0, "MIT",
148153
compio-driver: 0.11.2, "MIT",
@@ -487,7 +492,9 @@ macro_rules_attribute: 0.1.3, "MIT",
487492
macro_rules_attribute-proc_macro: 0.1.3, "MIT",
488493
matchers: 0.2.0, "MIT",
489494
matchit: 0.8.4, "BSD-3-Clause AND MIT",
495+
maybe-async: 0.2.10, "MIT",
490496
md-5: 0.10.6, "Apache-2.0 OR MIT",
497+
md5: 0.8.0, "Apache-2.0 OR MIT",
491498
memchr: 2.8.0, "MIT OR Unlicense",
492499
message_bus: 0.1.0, "Apache-2.0",
493500
metadata: 0.1.0, "Apache-2.0",
@@ -496,6 +503,7 @@ miette-derive: 7.6.0, "Apache-2.0",
496503
mimalloc: 0.1.48, "MIT",
497504
mime: 0.3.17, "Apache-2.0 OR MIT",
498505
mime_guess: 2.0.5, "MIT",
506+
minidom: 0.16.0, "MPL-2.0",
499507
minimal-lexical: 0.2.1, "Apache-2.0 OR MIT",
500508
miniz_oxide: 0.8.9, "Apache-2.0 OR MIT OR Zlib",
501509
mio: 1.1.1, "MIT",
@@ -675,6 +683,7 @@ rust-embed: 8.11.0, "MIT",
675683
rust-embed-impl: 8.11.0, "MIT",
676684
rust-embed-utils: 8.11.0, "MIT",
677685
rust-ini: 0.21.3, "MIT",
686+
rust-s3: 0.37.1, "MIT",
678687
rust_decimal: 1.40.0, "MIT",
679688
rustc-hash: 2.1.1, "Apache-2.0 OR MIT",
680689
rustc_version: 0.4.1, "Apache-2.0 OR MIT",
@@ -688,6 +697,8 @@ rustls-platform-verifier: 0.6.2, "Apache-2.0 OR MIT",
688697
rustls-platform-verifier-android: 0.1.1, "Apache-2.0 OR MIT",
689698
rustls-webpki: 0.103.9, "ISC",
690699
rustversion: 1.0.22, "Apache-2.0 OR MIT",
700+
rxml: 0.11.1, "MIT",
701+
rxml_validation: 0.11.0, "MIT",
691702
ryu: 1.0.23, "Apache-2.0 OR BSL-1.0",
692703
same-file: 1.0.6, "MIT OR Unlicense",
693704
scc: 2.4.0, "Apache-2.0",
@@ -761,6 +772,7 @@ sqlx-sqlite: 0.8.6, "Apache-2.0 OR MIT",
761772
sse-stream: 0.2.1, "Apache-2.0 OR MIT",
762773
stable_deref_trait: 1.2.1, "Apache-2.0 OR MIT",
763774
static-toml: 1.3.0, "MIT",
775+
static_assertions: 1.1.0, "Apache-2.0 OR MIT",
764776
stringprep: 0.1.5, "Apache-2.0 OR MIT",
765777
strsim: 0.11.1, "MIT",
766778
structmeta: 0.3.0, "Apache-2.0 OR MIT",

core/connectors/sinks/redshift_sink/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dashmap = { workspace = true }
4141
futures = { workspace = true }
4242
iggy_connector_sdk = { workspace = true }
4343
once_cell = { workspace = true }
44+
rust-s3 = { workspace = true }
4445
serde = { workspace = true }
4546
simd-json = { workspace = true }
4647
sqlx = { version = "0.8", features = [

0 commit comments

Comments
 (0)