Skip to content

Commit

Permalink
🆙 Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
yukimemi committed Aug 17, 2024
1 parent a71cdf5 commit 3d9b3db
Showing 1 changed file with 23 additions and 13 deletions.
36 changes: 23 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,32 +1,42 @@
[package]
name = "spyrun"
version = "1.0.0"
version = "1.0.1"
edition = "2021"

[dependencies]
aead = "0.5.2"
aes-gcm-siv = "0.11.1"
anyhow = "1.0.81"
base64 = "0.22.0"
chrono = "0.4.37"
clap = { version = "4.5.4", features = ["derive", "env", "cargo", "unicode"] }
anyhow = "1.0.86"
base64 = "0.22.1"
chrono = "0.4.38"
clap = { version = "4.5.16", features = ["derive", "env", "cargo", "unicode"] }
crypto-hash = "0.3.4"
go-defer = "0.1.0"
log = "0.4.21"
log = "0.4.22"
log-derive = "0.4.1"
normalize-path = "0.2.1"
notify = "6.1.1"
path-slash = "0.2.1"
rand = "0.8.5"
rayon = "1.10.0"
regex = "1.10.4"
serde = { version = "1.0.197", features = ["derive"] }
regex = "1.10.6"
serde = { version = "1.0.208", features = ["derive"] }
single-instance = "0.3.3"
tera = "1.19.1"
time = { version = "0.3.34", features = ["macros", "local-offset"] }
toml = "0.8.12"
tracing = { version = "0.1.40", features = ["log", "attributes", "std", "tracing-attributes"] }
tera = "1.20.0"
time = { version = "0.3.36", features = ["macros", "local-offset"] }
toml = "0.8.19"
tracing = { version = "0.1.40", features = [
"log",
"attributes",
"std",
"tracing-attributes",
] }
tracing-appender = "0.2.3"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = ["time", "json", "local-time", "env-filter"] }
tracing-subscriber = { version = "0.3.18", features = [
"time",
"json",
"local-time",
"env-filter",
] }
walkdir = "2.5.0"

0 comments on commit 3d9b3db

Please sign in to comment.