diff options
| author | Fuwn <[email protected]> | 2023-04-16 01:11:59 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-16 01:11:59 +0000 |
| commit | 93b88c03d4a40669bf81730a0cf220e83516eec7 (patch) | |
| tree | 421464aa930b8c7e0c2b6e1862534c6a529503c8 | |
| parent | fix(request): gemtext line endings (diff) | |
| download | germ-93b88c03d4a40669bf81730a0cf220e83516eec7.tar.xz germ-93b88c03d4a40669bf81730a0cf220e83516eec7.zip | |
deps(url): bump from 2.2.2 to 2.3.1
| -rw-r--r-- | crates/germ/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/germ/Cargo.toml b/crates/germ/Cargo.toml index ec81427..c2a18b7 100644 --- a/crates/germ/Cargo.toml +++ b/crates/germ/Cargo.toml @@ -29,4 +29,4 @@ germ-macros-impl = { path = "../germ-macros-impl", version = "0.1.0", optional = rustls = { version = "0.20.5", features = [ "dangerous_configuration" ], optional = true } # TLS -url = { version = "2.2.2", optional = true } # URL Validation +url = { version = "2.3.1", optional = true } # URL Validation |