Skip to content

Commit

Permalink
chore: update cargo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Sep 15, 2023
1 parent 91ff423 commit 0ff86da
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
21 changes: 16 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ axum = "0.6"
axum-server = { version = "0.5", features = ["tls-rustls"] }
axum-client-ip = "0.4"
tower-http = { version = "0.4", features = ["compression-full"] }
torrust-tracker-contrib-bencode = { version = "3.0.0-alpha.6", path = "contrib/bencode"}
torrust-tracker-contrib-bencode = { version = "3.0.0-alpha.6", path = "contrib/bencode" }
torrust-tracker-primitives = { version = "3.0.0-alpha.6", path = "packages/primitives" }
torrust-tracker-configuration = { version = "3.0.0-alpha.6", path = "packages/configuration" }
torrust-tracker-located-error = { version = "3.0.0-alpha.6", path = "packages/located-error" }
Expand Down
2 changes: 1 addition & 1 deletion packages/configuration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version.workspace = true
serde = { version = "1.0", features = ["derive"] }
serde_with = "3.2"
config = "0.13"
toml = "0.7"
toml = "0.8"
log = { version = "0.4", features = ["release_max_level_info"] }
thiserror = "1.0"
torrust-tracker-primitives = { version = "3.0.0-alpha.6", path = "../primitives" }
Expand Down

0 comments on commit 0ff86da

Please sign in to comment.