Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to v1.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent 4a925ba commit 181f878
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions apps/xenbakd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xenbakd"
version = "0.2.0"
version = "0.0.0"
edition = "2021"
description = "A backup daemon for Xen hypervisors"
license = "MIT"
Expand Down Expand Up @@ -49,4 +49,4 @@ serde_json = "1.0.113"
clap = { version = "4.5.0", features = ["derive"] }
async-compression = { version = "0.4.6", features = ["zstd", "tokio", "gzip"] }
uuid = { version = "1.7.0", features = ["v4"] }
async-tempfile = { version = "0.5.0", features = ["uuid"] }
async-tempfile = { version = "0.6.0", features = ["uuid"] }

0 comments on commit 181f878

Please sign in to comment.