Skip to content

Commit

Permalink
chore(deps): upgrade deps
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Sep 21, 2024
1 parent 9966a93 commit 8eb6458
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 @@ -30,22 +30,22 @@ path = "src/bin/rustic-scheduler-client.rs"

[dependencies]
anyhow = "1"
axum = { version = "0.7.3", features = ["ws"] }
chrono = "0.4.31"
axum = { version = "0.7.6", features = ["ws"] }
chrono = "0.4.38"
clap = "4"
clap_derive = "4.4.7"
clap_derive = "4.5.18"
cron = "0.12"
env_logger = "0.10"
gethostname = "0.4.3"
log = "0.4.20"
log = "0.4.22"
rustic_core = "0.1"
sailfish = "0.8"
serde = "1"
serde_derive = "1.0.194"
serde_derive = "1.0.210"
serde_json = "1"
serde_with = "3"
tokio = { version = "1", features = ["full"] }
toml = "0.8.8"
toml = "0.8.19"
tungstenite = "0.21"
url = "2.5"

Expand Down

0 comments on commit 8eb6458

Please sign in to comment.