diff options
| author | Fuwn <[email protected]> | 2023-04-16 01:12:41 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-16 01:12:41 +0000 |
| commit | 098f1df74ae17495675735888da481e8621fec1a (patch) | |
| tree | fa6b849f892316a9370b1b62b6b5c650804798f4 | |
| parent | deps(url): bump from 2.2.2 to 2.3.1 (diff) | |
| download | germ-098f1df74ae17495675735888da481e8621fec1a.tar.xz germ-098f1df74ae17495675735888da481e8621fec1a.zip | |
deps(rustls): bump from 0.20.5 to 0.21.0
| -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 c2a18b7..89cb36a 100644 --- a/crates/germ/Cargo.toml +++ b/crates/germ/Cargo.toml @@ -26,7 +26,7 @@ quick = [] [dependencies] anyhow = { version = "1.0.57", optional = true } # `Result` germ-macros-impl = { path = "../germ-macros-impl", version = "0.1.0", optional = true } # Germ's Macro Implementations -rustls = { version = "0.20.5", features = [ +rustls = { version = "0.21.0", features = [ "dangerous_configuration" ], optional = true } # TLS url = { version = "2.3.1", optional = true } # URL Validation |