diff options
| author | Fuwn <[email protected]> | 2023-04-17 07:07:44 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-17 07:07:44 +0000 |
| commit | b0686f6e0501ec46c8b4f17cbd17403d3e204016 (patch) | |
| tree | d45892e354d1249051075451d670cfc8a1510ec4 /Cargo.toml | |
| parent | ci(docker): bump rustc (diff) | |
| download | september-b0686f6e0501ec46c8b4f17cbd17403d3e204016.tar.xz september-b0686f6e0501ec46c8b4f17cbd17403d3e204016.zip | |
deps(germ): bump from 0.3.7 to 0.3.9
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ opt-level = 3 [dependencies] # Gemini gmi = "0.2.1" -germ = { version = "0.3.7", features = ["ast", "meta"] } +germ = { version = "0.3.9", features = ["ast", "meta"] } # HTTP actix-web = "4.0.1" |