Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flamion committed Oct 13, 2023
1 parent 83b65f1 commit c137c1a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 21 deletions.
29 changes: 20 additions & 9 deletions Cargo.lock

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

24 changes: 12 additions & 12 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
[package]
name = "shorty"
version = "0.8.3"
version = "0.8.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version = "1.25.0", features = ["full"] }
tokio = { version = "1.33.0", features = ["full"] }

actix-web = "4.3.0"
actix-web = "4.4.0"
actix-files = "0.6.2"
actix-cors = "0.6.4"

base64 = "0.21.0"
base64 = "0.21.4"
rand = "0.8.5"

tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = [ "env-filter" ] }
tracing-core = "0.1.30"
tracing-subscriber = { version = "0.3.17", features = [ "env-filter" ] }
tracing-core = "0.1.31"

serde = "1.0.152"
serde_json = "1.0.93"
toml = "0.7.2"
serde = "1.0.189"
serde_json = "1.0.107"
toml = "0.8.2"

static-files = "0.2"

chrono = "0.4.23"
chrono = "0.4.31"

thiserror = "1.0.38"
thiserror = "1.0.49"

lazy_static = "1.4.0"

dotenvy = "0.15.7"

[dependencies.sqlx]
version = "0.6.2"
version = "0.6.3"
features = ["runtime-tokio-rustls", "chrono", "migrate", "offline", "macros", "sqlite"]

[build-dependencies]
Expand Down

0 comments on commit c137c1a

Please sign in to comment.