Skip to content

Commit

Permalink
0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed May 28, 2023
1 parent 536be8d commit 8a6e497
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 0.17.2 - unreleased
## 0.17.2 - 2023-05-27

- [elastic] Fixing negation queries using '-':
https://github.com/jasonish/evebox/issues/266
Expand Down
64 changes: 48 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "evebox"
# Suffix with -dev when not a release.
version = "0.17.1"
version = "0.17.2"
authors = ["Jason Ish <[email protected]>"]
edition = "2021"
description = "A web based Suricata event manager"
Expand Down Expand Up @@ -35,15 +35,15 @@ refinery = { version = "0.8.6", features = ["rusqlite"] }
filetime = "0.2.12"
glob = "0.3.0"
humantime = "2.0.0"
hyper = "0.14.15"
hyper = "0.14.26"
lazy_static = "1.4.0"
maxminddb = "0.13.0"
md5 = "0.7.0"
mime_guess = "2.0.3"
nom = "7.1.0"
percent-encoding = "2.1.0"
rand = "0.7.3"
reqwest = { version = "0.11.11", default-features = false, features = ["json", "rustls-tls", "rustls-tls-webpki-roots", "rustls-tls-native-roots"] }
reqwest = { version = "0.11.18", default-features = false, features = ["json", "rustls-tls", "rustls-tls-webpki-roots", "rustls-tls-native-roots"] }
rpassword = "4.0.5"
rust-embed = { version = "6.3.0", features = ["compression", "debug-embed"] }
serde = { version = "1.0.110", features = ["derive"] }
Expand Down

0 comments on commit 8a6e497

Please sign in to comment.