summaryrefslogtreecommitdiff
path: root/libs/shared/Cargo.toml
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2022-12-31 22:48:40 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2022-12-31 22:48:40 +0400
commit46fd26962ef55f8b557f7e36d3aee915a819c88c (patch)
tree18038653ee532831aca0000afa7849924c2c63cc /libs/shared/Cargo.toml
parent0fcc68291a5f7526dbeffe33f4a84a649200e847 (diff)
add base of cache component
Diffstat (limited to 'libs/shared/Cargo.toml')
-rw-r--r--libs/shared/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/shared/Cargo.toml b/libs/shared/Cargo.toml
index b3cdee7..6d6b6f6 100644
--- a/libs/shared/Cargo.toml
+++ b/libs/shared/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "shared"
version = "0.1.0"
-edition = "2018"
+edition = "2021"
[dependencies]
pretty_env_logger = "0.4"
@@ -13,7 +13,7 @@ hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["full"] }
enumflags2 = { version = "0.7.1", features = ["serde"] }
prometheus = { version = "0.13", features = ["process"] }
-nats = "0.23"
+async-nats = "0.25.1"
testcontainers = "0.14"
twilight-model = "0.14"
serde_json = { version = "1.0" }