Skip to content

Commit

Permalink
Update crate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Oct 5, 2024
1 parent 4549aea commit 0aa469c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ lazy_static = "1.5.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_path_to_error = "0.1.16"
serde_ignored = { version = "0.1.10", optional = true }
serde_with = { version = "3.9.0", features = ["base64"] }
serde_with = { version = "3.10.0", features = ["base64"] }
quick-xml = { version = "0.36.2", features = ["serialize", "overlapped-lists"] }
url = "2.5.2"
chrono = { version = "0.4.38", features = ["serde"] }
num-traits = "0.2.19"
iso8601 = "0.6.1"
regex = "1.10.6"
regex = "1.11.0"
thiserror = "1.0.64"
fs-err = "2.11.0"
tracing = { version = "0.1.40", features = ["attributes"] }
data-url = { version = "0.3.1", optional = true }
bytes = "1.7.2"
reqwest = { version = "0.12.7", default-features = false, features = ["cookies"], optional = true }
reqwest = { version = "0.12.8", default-features = false, features = ["cookies"], optional = true }
tokio = { version = "1.40.0", features = ["rt-multi-thread", "time", "macros"], optional = true }
backoff = { version = "0.4.0", features = ["tokio"], optional = true }
governor = { version = "0.6.3", optional = true }
Expand Down Expand Up @@ -64,7 +64,7 @@ axum = "0.7.7"
hyper-serve = { version = "0.6.2" }
axum-auth = "0.7.0"
noxious-client = "1.0.4"
reqwest = { version = "0.12.7", default-features = false, features = ["cookies", "json"] }
reqwest = { version = "0.12.8", default-features = false, features = ["cookies", "json"] }
serde_json = "1.0.128"
anyhow = "1.0.89"
roxmltree = "0.20.0"
Expand Down

0 comments on commit 0aa469c

Please sign in to comment.