Commit Graph

38 Commits

Author SHA1 Message Date
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
Quentin Gliech
9c055e0cce cargo-deny: replace deprecated options in the config 2024-03-19 11:40:24 +01:00
Quentin Gliech
e5b52e3b14 Add cargo deny exemption for heck 0.4.1 2024-03-19 07:41:06 +01:00
Quentin Gliech
771b6a2f8b Upgrade OTEL and remove support for Jaeger and Zipkin exporters 2024-03-18 17:26:40 +01:00
Quentin Gliech
0f6572b7e5 Bump Rust dependencies and update cargo-deny exceptions 2024-02-02 11:45:20 +01:00
Quentin Gliech
8e08432a8f Ignore RUSTSEC-2023-0071 2023-11-28 16:17:41 +01:00
Quentin Gliech
90a6b64c88 Bump Rust dependencies 2023-11-24 13:04:37 +01:00
Quentin Gliech
b32d4db6d0 bump other rust dependencies 2023-10-20 00:22:40 +02:00
Quentin Gliech
0ad1ab1bca Bump opa-wasm & remove unnecessary cargo deny exceptions 2023-09-22 22:30:20 +02:00
Quentin Gliech
921f491a00 Rust dependencies housekeeping
Including:
 - package upgrades
 - stop using the patched version of `ulid`
 - update cargo deny duplicate exception list
2023-09-14 23:43:00 +02:00
Quentin Gliech
5df2bc6176 Bump wasmtime to 12
Also removes the relevant `cargo deny` exclusions.
2023-08-23 17:37:26 +02:00
Quentin Gliech
0ad4c68268 Setup cargo-deny
Also try to remove a bunch of duplicate crates
2023-08-14 11:22:52 +02:00