Skip to content

Commit

Permalink
update quick-xml and thiserror
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxVerevkin authored and bim9262 committed Nov 18, 2024
1 parent 2b078ed commit faa8783
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 26 deletions.
65 changes: 41 additions & 24 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ nom = "7.1.2"
notmuch = { version = "0.8", optional = true }
oauth2 = { version = "4.4.2" }
pipewire = { version = "0.8", default-features = false, optional = true }
quick-xml = { version = "0.36.1", features = ["serialize"] }
quick-xml = { version = "0.37", features = ["serialize"] }
regex = "1.5"
reqwest = { version = "0.11", features = ["json"] }
sensors = "0.2.2"
Expand All @@ -73,7 +73,7 @@ signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
smart-default = "0.7"
sunrise-next = "1.2.3"
swayipc-async = "2.0"
thiserror = "1.0"
thiserror = "2.0"
toml = { version = "0.8", features = ["preserve_order"] }
unicode-segmentation = "1.10.1"
wayrs-client = { version = "1.0", features = ["tokio"] }
Expand Down

0 comments on commit faa8783

Please sign in to comment.