Skip to content

Commit b8f4796

Browse files
committed
Cargo update (incompatible versions pending)
Signed-off-by: Elizabeth Myers <[email protected]>
1 parent 0cd9de4 commit b8f4796

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+13-13
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ migration = { path = "migration" }
4848
# Package dependencies go below here #
4949
######################################
5050

51-
anyhow = { version = "1.0.72", features = ["backtrace"] }
52-
argon2-kdf = "1.3.0"
53-
askama = { version = "0.12.0", features = ["with-axum"] }
51+
anyhow = { version = "1.0.80", features = ["backtrace"] }
52+
argon2-kdf = "1.5.2"
53+
askama = { version = "0.12.1", features = ["with-axum"] }
5454
askama_axum = "0.3.0"
5555
async-fred-session = "0.1.5"
5656
axum = { version = "0.6.20", features = ["macros", "http2", "headers"] }
57-
axum-client-ip = "0.4.1"
57+
axum-client-ip = "0.4.2"
5858
axum_csrf = { version = "0.7.2", features = ["layer"] }
5959
axum-login = "0.5.0"
6060
base64ct = { version = "1.6.0", features = ["std"] }
@@ -63,21 +63,21 @@ envy = "0.4.2"
6363
heck = { version = "0.4.1", features = ["unicode"] }
6464
itertools = "0.12.1"
6565
lazy_static = "1.4.0"
66-
nix = { version = "0.26.2", default-features = false, features = ["dir", "process", "user"] }
66+
nix = { version = "0.26.4", default-features = false, features = ["dir", "process", "user"] }
6767
num_cpus = "1.16.0"
68-
once_cell = { version = "1.18.0", features = ["parking_lot"] }
68+
once_cell = { version = "1.19.0", features = ["parking_lot"] }
6969
proctitle = "0.1.1"
7070
rand = { version = "0.8.5", features = ["min_const_gen"] }
7171
rand_chacha = { version = "0.3.1", features = ["simd"] }
7272
rand_distr = "0.4.3"
73-
sea-orm = { version = "0.12.2", default-features = false, features = ["macros", "runtime-tokio-native-tls", "with-chrono"] }
73+
sea-orm = { version = "0.12.14", default-features = false, features = ["macros", "runtime-tokio-native-tls", "with-chrono"] }
7474
sea-query = { version = "0.30.7", default-features = false, features = ["thread-safe", "with-chrono"] }
75-
serde = { version = "1.0.182", features = ["derive"] }
75+
serde = { version = "1.0.197", features = ["derive"] }
7676
syslog-tracing = "0.2.0"
77-
tokio = { version = "1.29.1", features = ["fs", "macros", "parking_lot", "rt-multi-thread", "signal", "time"] }
78-
tracing = { version = "0.1.37", features = ["async-await", "log"]}
79-
tracing-subscriber = { version = "0.3.17", features = ["local-time", "parking_lot"]}
77+
tokio = { version = "1.36.0", features = ["fs", "macros", "parking_lot", "rt-multi-thread", "signal", "time"] }
78+
tracing = { version = "0.1.40", features = ["async-await", "log"]}
79+
tracing-subscriber = { version = "0.3.18", features = ["local-time", "parking_lot"]}
8080
tower = { version = "0.4.13", features = ["timeout", "tokio"] }
81-
tower-http = { version = "0.4.3", features = ["fs", "timeout", "tokio", "tower"] }
82-
url = "2.4.0"
81+
tower-http = { version = "0.4.4", features = ["fs", "timeout", "tokio", "tower"] }
82+
url = "2.5.0"
8383
validator = { version = "0.16.1", features = ["derive"] }

migration/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ sqlite = ["sea-orm-migration/sqlx-sqlite"]
2929

3030
[dependencies]
3131
async-std = { version = "1", features = ["attributes", "tokio1"] }
32-
sea-orm-migration = { version = "0.12.2", features = ["runtime-tokio-native-tls"] }
32+
sea-orm-migration = { version = "0.12.14", features = ["runtime-tokio-native-tls"] }

0 commit comments

Comments
 (0)