aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-16 01:13:24 +0000
committerFuwn <[email protected]>2023-04-16 01:13:24 +0000
commita6a71f665e41b6653b48a8e093548faee4b2e8c9 (patch)
tree6356cd080b33f8b9e814c623804f8111aac8445f
parentdeps(rustls): bump from 0.20.5 to 0.21.0 (diff)
downloadgerm-a6a71f665e41b6653b48a8e093548faee4b2e8c9.tar.xz
germ-a6a71f665e41b6653b48a8e093548faee4b2e8c9.zip
deps(anyhow): bump from 1.0.57 to 1.0.70
-rw-r--r--crates/germ/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/germ/Cargo.toml b/crates/germ/Cargo.toml
index 89cb36a..2bde5c9 100644
--- a/crates/germ/Cargo.toml
+++ b/crates/germ/Cargo.toml
@@ -24,7 +24,7 @@ request = ["rustls", "url", "anyhow"]
quick = []
[dependencies]
-anyhow = { version = "1.0.57", optional = true } # `Result`
+anyhow = { version = "1.0.70", optional = true } # `Result`
germ-macros-impl = { path = "../germ-macros-impl", version = "0.1.0", optional = true } # Germ's Macro Implementations
rustls = { version = "0.21.0", features = [
"dangerous_configuration"