Release v0.1.2
Showing
+107 -125
[package] | ||
name = "pod" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = [ | ||
"Bijun Li <bijun.li@polis.global>", | ||
"Ruben Seggers <ruben.seggers@polis.global>", | ||
... | ... | @@ -12,11 +12,11 @@ publish = false # Since the project does not have a licence yet, prevent acciden |
[dependencies] | ||
bytes = "0.5.5" | ||
bytes = "0.5.6" | ||
chrono = { version = "0.4.13", features = ["serde"] } | ||
env_logger = "0.7.1" | ||
lazy_static = "1.4.0" | ||
log = "0.4.8" | ||
log = "0.4.11" | ||
pnet = "0.26.0" | ||
r2d2 = "0.8.9" | ||
r2d2_sqlite = "0.16.0" | ||
... | ... | @@ -25,8 +25,8 @@ regex = "1.3.9" |
rusqlite = { version = "0.23.1", features = ["sqlcipher"] } | ||
serde = { version = "1.0.114", features = ["derive"] } | ||
serde_json = "1.0.56" | ||
tokio = { version = "0.2.21", features = ["macros"] } | ||
warp = { version = "0.2.3", default-features = false, features = ["tls"] } | ||
tokio = { version = "0.2.22", features = ["macros"] } | ||
warp = { version = "0.2.4", default-features = false, features = ["tls"] } | ||
[profile.release] | ||
lto = true | ||
... | ... |
Please register or sign in to comment