Commit Graph

61 Commits

Author SHA1 Message Date
Quentin Gliech
0479570f96 Update aws-lc-rs and rustls-webpki to resolve security advisories.
Update aws-lc-rs 1.14.0 -> 1.16.2 (aws-lc-sys 0.31.0 -> 0.39.0) and
rustls-webpki 0.103.6 -> 0.103.10 to resolve security advisories.

Remove ring license clarification and OpenSSL license allowance from the
`cargo-deny` config since ring is no longer in the dependency tree.
2026-03-24 13:17:29 +01:00
Quentin Gliech
d4729e52e4 Update Cargo.lock and cargo-deny skip list 2026-03-17 10:56:53 +01:00
Devon Hudson
226cba35a7 Remove rustls-pemfile from cargo deny ignore list 2025-12-09 13:00:21 -07:00
Devon Hudson
44ca219aaa Ignore cargo-deny unmaintained package for now 2025-12-09 12:14:19 -07:00
Quentin Gliech
56911f25c1 Merge remote-tracking branch 'origin/main' into quenting/schemars-0.9 2025-11-06 17:34:43 +01:00
Quentin Gliech
b2c0191b2c Bump locked dependencies 2025-09-16 13:39:01 +02:00
Quentin Gliech
4578debdc2 Switch to opentelemetry-prometheus-text-exporter 2025-08-18 11:44:50 +02:00
Quentin Gliech
12ea3f68de Update deny.toml 2025-08-18 09:44:19 +02:00
Quentin Gliech
fe0028b535 Update most dependencies in the lock file 2025-07-30 14:27:07 +02:00
Quentin Gliech
687ec75b26 Upgrade Sentry to 0.42.0 2025-07-30 13:54:55 +02:00
Quentin Gliech
6cbd8742b0 Upgrade opentelemetry to 0.30.0 (#4843) 2025-07-30 13:45:48 +02:00
Quentin Gliech
d8d5445ca4 Upgrade opentelemetry to 0.30.0 2025-07-30 13:35:14 +02:00
Quentin Gliech
503b0952f1 Update wasmtime 2025-07-30 13:22:30 +02:00
Quentin Gliech
1d0499ce68 Properly use rustls-platform-verifier with reqwest 2025-07-30 12:04:30 +02:00
Quentin Gliech
6bd53ad898 Ignore socket2 0.5 in cargo deny 2025-07-30 11:02:30 +02:00
Quentin Gliech
af9348662b Update wasmtime 2025-07-21 13:06:57 +02:00
Quentin Gliech
e54664ad6f Upgrade schemars to 0.9 2025-06-12 15:48:24 +02:00
Quentin Gliech
6421d9d1f5 Add license headers in most files that missed them 2025-06-12 11:01:07 +02:00
Quentin Gliech
69e3001966 Define all the dependencies at the workspace level 2025-06-10 14:25:38 +02:00
Quentin Gliech
1e70c43cbd Upgrade the Prometheus crate to 0.14.0 2025-04-11 15:40:00 +02:00
Quentin Gliech
bcb1216c36 cargo-deny: allow both rand 0.8 and 0.9 2025-04-06 10:32:40 +02:00
Quentin Gliech
d5d5b9edbe Ignore RUSTSEC-2024-0436 and RUSTSEC-2024-0437 for now 2025-03-10 09:28:13 +01:00
Quentin Gliech
10d7338934 Bump most Rust dependencies 2025-02-24 12:12:07 +01:00
Quentin Gliech
caeaff2d73 Upgrade to sqlx 0.8.3
This removes the git override we had
2025-01-06 12:24:28 +01:00
Quentin Gliech
7ea2e126a8 Allow old unicode-width version in deny.toml 2025-01-06 09:08:48 +01:00
Quentin Gliech
8c358efd88 Update the rest of the OTEL deps and use the new APIs 2024-12-12 16:04:48 +01:00
Quentin Gliech
95d5f160ec Upgrade idna for RUSTSEC-2024-0421 (#3654) 2024-12-10 17:05:06 +00:00
Quentin Gliech
703bd743d6 Schedule jobs through the new queue 2024-12-06 16:24:26 +01:00
Quentin Gliech
b712eff6a3 TEMP: use patched sqlx
We would like to use the underlying connection from the PgListener,
which was added in a patch, but not yet merged or released.
2024-12-06 16:24:26 +01:00
Quentin Gliech
ccc7c211ae Allow the 1.x version of thiserror in cargo-deny 2024-11-25 17:49:16 +01:00
Quentin Gliech
e118c80eb0 Remove unnecessary dependency skip in cargo-deny 2024-11-12 17:55:04 +01:00
Quentin Gliech
8b04dd384a cargo-deny: Add Zlib to allowed licenses and remove winnow from skips 2024-10-07 20:06:11 +02:00
Quentin Gliech
fd02c5888d cargo-deny: Ignore old idna version 2024-10-07 18:09:58 +02:00
Quentin Gliech
5cbb1716df Update tower{,-http} as well 2024-10-07 17:39:09 +02:00
Quentin Gliech
ac689e3e4b Remove a few unnecessary cargo-deny exceptions 2024-10-07 16:47:16 +02:00
Quentin Gliech
d26f1109d4 Upgrade sea-query-binder to 0.7.0-rc.2 2024-10-01 10:28:25 +02:00
Quentin Gliech
8831279df6 Allow AGPL 3.0 license in cargo-deny 2024-09-10 14:28:55 +02:00
Quentin Gliech
3863b09b4a Bump sqlx to 0.8.1 2024-08-30 16:29:41 +02:00
Quentin Gliech
1381e92409 Update opentelemetry to 0.24.0 2024-07-25 11:01:43 +02:00
Quentin Gliech
488cc564b9 Update some dependencies and the cargo-deny allowlist 2024-07-05 10:07:40 +02:00
Quentin Gliech
4dffeaca30 Update locked dependencies 2024-07-01 17:09:28 +02:00
Quentin Gliech
8acaa8a08a Add old itertools version to the cargo-deny allow list 2024-07-01 12:46:21 +02:00
Quentin Gliech
a0ffdf9a7a Use a released version of opa-wasm 2024-07-01 12:35:08 +02:00
Quentin Gliech
2dd84523cc Update cargo-deny duplicate allow-list 2024-07-01 10:20:33 +02:00
Quentin Gliech
7e93f08ecd Update Cargo.lock and update cargo-deny exceptions 2024-05-02 14:32:05 +02:00
Quentin Gliech
dbdb72226a Disable wasmtime cache, enable parallel compilation, add deny exception 2024-05-02 10:35:59 +02:00
Quentin Gliech
c4bda9e5a8 cargo-deny: ignore old socket2 version 2024-04-30 17:50:55 +02:00
Quentin Gliech
2d557fd7cd Update the cargo-deny exceptions 2024-04-30 16:20:16 +02:00
Quentin Gliech
b8dfc6d9c7 Ignore RUSTSEC-2024-0320 as we don't use the unmaintained crate in production 2024-03-25 10:47:04 +01:00
Quentin Gliech
7dd59c962c Moved some dependencies in the workspace and upgrade some dependencies 2024-03-19 14:54:35 +01:00