Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp authored and David Peter committed Nov 3, 2023
1 parent c4ea61e commit bbb855b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 81 deletions.
89 changes: 10 additions & 79 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion numbat-exchange-rates/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ rust-version = "1.70"

[dependencies]
attohttpc = { version = "0.26.0", default-features = false, features = ["tls-rustls-webpki-roots"] }
quick-xml = "0.30.0"
quick-xml = "0.31.0"
2 changes: 1 addition & 1 deletion numbat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ approx = "0.5"
glob = "0.3"
insta = "1.33.0"
once_cell = "1.18.0"
criterion = { version = "0.4", features = ["html_reports"] }
criterion = { version = "0.5", features = ["html_reports"] }

[[bench]]
name = "prelude"
Expand Down

0 comments on commit bbb855b

Please sign in to comment.