diff --git a/Cargo.lock b/Cargo.lock index 38576c4a..eb1aa73a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2153,8 +2153,8 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.37" -source = "git+https://github.com/apify/rustls?rev=d19ecc2b4e38978c1c3acabc98a221fa98b9314f#d19ecc2b4e38978c1c3acabc98a221fa98b9314f" +version = "0.23.39" +source = "git+https://github.com/apify/rustls?rev=d0a6a3eb5526176bd2e0a366f4f1b83598e2cd83#d0a6a3eb5526176bd2e0a366f4f1b83598e2cd83" dependencies = [ "aws-lc-rs", "brotli", @@ -2219,9 +2219,9 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] name = "rustls-webpki" -version = "0.103.10" +version = "0.103.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" +checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" dependencies = [ "aws-lc-rs", "ring", diff --git a/Cargo.toml b/Cargo.toml index 16569d58..82311295 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ [patch.crates-io] h2 = { git = "https://github.com/apify/h2", rev = "7f393a728a8db07cabb1b78d2094772b33943b9a" } -rustls = { git = "https://github.com/apify/rustls", rev="d19ecc2b4e38978c1c3acabc98a221fa98b9314f" } +rustls = { git = "https://github.com/apify/rustls", rev="d0a6a3eb5526176bd2e0a366f4f1b83598e2cd83" } tower-http = { git = "https://github.com/apify/tower-http", rev="f9efc0d9193e774d33aedc1022b922efefc22052" } hyper-util = { git = "https://github.com/apify/hyper-util", rev="9b7795dfd7158fc55e7c84b65bf1dae1d2dea67d" } diff --git a/impit-node/pnpm-lock.yaml b/impit-node/pnpm-lock.yaml index 4ae76660..4eafc2a5 100644 --- a/impit-node/pnpm-lock.yaml +++ b/impit-node/pnpm-lock.yaml @@ -41,6 +41,31 @@ importers: vitest: specifier: ^4.0.0 version: 4.1.4(@types/node@24.12.2)(vite@8.0.8(@types/node@24.12.2)(yaml@2.8.3)) + optionalDependencies: + impit-darwin-arm64: + specifier: 0.13.1 + version: 0.13.1 + impit-darwin-x64: + specifier: 0.13.1 + version: 0.13.1 + impit-linux-arm64-gnu: + specifier: 0.13.1 + version: 0.13.1 + impit-linux-arm64-musl: + specifier: 0.13.1 + version: 0.13.1 + impit-linux-x64-gnu: + specifier: 0.13.1 + version: 0.13.1 + impit-linux-x64-musl: + specifier: 0.13.1 + version: 0.13.1 + impit-win32-arm64-msvc: + specifier: 0.13.1 + version: 0.13.1 + impit-win32-x64-msvc: + specifier: 0.13.1 + version: 0.13.1 packages: @@ -1019,6 +1044,58 @@ packages: resolution: {integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==} engines: {node: '>=0.10.0'} + impit-darwin-arm64@0.13.1: + resolution: {integrity: sha512-ZjIbzorKMe5uwEfryFE5GUNpFXlJPlTslLvO67f8rmt48nWu1JDJdSdnEhvselEgyD6Y1tXwYWFFATMWeOX6zQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + + impit-darwin-x64@0.13.1: + resolution: {integrity: sha512-2NY+2nH+qcU4sSGbb4J9MS5CS3lDZYiVRrQXC+1uXAG6cGQuMSsfbf/VVxhMlW8F2bk7vdpKaaUJRQOJT8gyFQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + + impit-linux-arm64-gnu@0.13.1: + resolution: {integrity: sha512-druR0r2yu9pi26ErMdIE95pnJ+6GO0DKdHfifzr1acE+xKAHYMin4nW65bXLpIVLSLZSBMz+L7lP4vEZ1msC5Q==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + libc: [glibc] + + impit-linux-arm64-musl@0.13.1: + resolution: {integrity: sha512-k1YA4szvgTvNnNPrqcqPCRzx7OxCal/jrAnUl06VBI3bsGvLklib1maIRp6lDSbge12k7h0DKVQmtyihPt2GDg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + libc: [musl] + + impit-linux-x64-gnu@0.13.1: + resolution: {integrity: sha512-DUy/dZxDd5L9XQVL0pUrILQLtj4eMfExnpdZyQE2qSIe1pmqTndUyJW4UmjRfBkxBHY/sbQGcs0KYRbOWYsIrQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + libc: [glibc] + + impit-linux-x64-musl@0.13.1: + resolution: {integrity: sha512-qoCFYpH1HzPgt5LyPKGxdexwlhuf85/CWYZ35UNjE5TILT8qHW7szHt7CZ2EzDIRS0jkOxL4iZS7AxhFtv7c3g==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + libc: [musl] + + impit-win32-arm64-msvc@0.13.1: + resolution: {integrity: sha512-w0Y4Rssf9KOAyqtExtFD+He7aG1KPYRw4U0VktZyguDtZHCETbl/ODuddvh3GP4aToRZTpkBuMsDKSogggQbMA==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [win32] + + impit-win32-x64-msvc@0.13.1: + resolution: {integrity: sha512-MAfYan7e+OK0JI70aHc2Qz92O4EaMXAsI1awQcwN0hGIFgbhf8z3q/XIbyy6h67aV1+L8DZYoITxvHoba1CEhg==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} @@ -2352,6 +2429,30 @@ snapshots: dependencies: safer-buffer: 2.1.2 + impit-darwin-arm64@0.13.1: + optional: true + + impit-darwin-x64@0.13.1: + optional: true + + impit-linux-arm64-gnu@0.13.1: + optional: true + + impit-linux-arm64-musl@0.13.1: + optional: true + + impit-linux-x64-gnu@0.13.1: + optional: true + + impit-linux-x64-musl@0.13.1: + optional: true + + impit-win32-arm64-msvc@0.13.1: + optional: true + + impit-win32-x64-msvc@0.13.1: + optional: true + inherits@2.0.4: {} ip-address@10.1.0: {}