Skip to content

Commit 0ff86da

Browse files
committed
chore: update cargo deps
1 parent 91ff423 commit 0ff86da

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

Cargo.lock

Lines changed: 16 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ axum = "0.6"
6666
axum-server = { version = "0.5", features = ["tls-rustls"] }
6767
axum-client-ip = "0.4"
6868
tower-http = { version = "0.4", features = ["compression-full"] }
69-
torrust-tracker-contrib-bencode = { version = "3.0.0-alpha.6", path = "contrib/bencode"}
69+
torrust-tracker-contrib-bencode = { version = "3.0.0-alpha.6", path = "contrib/bencode" }
7070
torrust-tracker-primitives = { version = "3.0.0-alpha.6", path = "packages/primitives" }
7171
torrust-tracker-configuration = { version = "3.0.0-alpha.6", path = "packages/configuration" }
7272
torrust-tracker-located-error = { version = "3.0.0-alpha.6", path = "packages/located-error" }

packages/configuration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ version.workspace = true
1919
serde = { version = "1.0", features = ["derive"] }
2020
serde_with = "3.2"
2121
config = "0.13"
22-
toml = "0.7"
22+
toml = "0.8"
2323
log = { version = "0.4", features = ["release_max_level_info"] }
2424
thiserror = "1.0"
2525
torrust-tracker-primitives = { version = "3.0.0-alpha.6", path = "../primitives" }

0 commit comments

Comments
 (0)