Skip to content

Commit

Permalink
chore(depends): update depends versions
Browse files Browse the repository at this point in the history
  • Loading branch information
anweisen committed Apr 7, 2024
1 parent 8164d6d commit a5ace34
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version = "1.32.0", features = ["full"] }
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
bytes = "1.5.0"
base64 = "0.21.4"
tokio = { version = "1.37.0", features = ["full"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
bytes = "1.6"
base64 = "0.22"
log = "0.4.20"
env_logger = "0.11.1"
env_logger = "0.10.2"

[[bin]]
name = "justmotd"
Expand Down

0 comments on commit a5ace34

Please sign in to comment.