Browse Source

Update to anansi 0.13.1 (#7917)

Co-authored-by: sarutora <example.com>
saru-tora 2 years ago
parent
commit
7d19eecbce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Rust/anansi/Cargo.toml

+ 1 - 1
frameworks/Rust/anansi/Cargo.toml

@@ -12,7 +12,7 @@ edition = "2021"
 raw = []
 
 [dependencies]
-anansi = { git = "https://github.com/saru-tora/anansi", rev = "2567157", features = ["postgres", "minimal", "redis"] }
+anansi = { git = "https://github.com/saru-tora/anansi", rev = "7098e09", features = ["postgres", "minimal", "redis"] }
 async-trait = "0.1.57"
 rand = "0.8.4"
 serde = { version = "1.0", features = ["derive"] }