diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-08-04 11:32:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-04 11:32:36 +0200 |
| commit | f1c4c0f548a2d6a1648a8b7d2c23c8e5bb952a3f (patch) | |
| tree | bdf60b67116fe1587a5e6ea11b545de83ccd405c /src | |
| parent | badf983c96e9ec7951eccc3915c18c27a2a39142 (diff) | |
| parent | cb7c596681c3c5718c7fd0fbe15c487cd36c65c3 (diff) | |
Rollup merge of #128620 - GuillaumeGomez:update-rinja, r=notriddle
Update rinja version to 0.3.0 r? ```@notriddle```
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml index dfd7414652f..b3fccbf6456 100644 --- a/src/librustdoc/Cargo.toml +++ b/src/librustdoc/Cargo.toml @@ -8,7 +8,7 @@ path = "lib.rs" [dependencies] arrayvec = { version = "0.7", default-features = false } -rinja = { version = "0.2", default-features = false, features = ["config"] } +rinja = { version = "0.3", default-features = false, features = ["config"] } base64 = "0.21.7" itertools = "0.12" indexmap = "2" |
