Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Nov 25, 2023
1 parent 67011d1 commit bfdcecb
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 77 deletions.
119 changes: 52 additions & 67 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 altium-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ convert_case = "0.6.0"
proc-macro2 = "1.0.69"
quote = "1.0.33"
regex = "1.10.2"
syn = "2.0.38"
syn = "2.0.39"
# syn = { version = "2.0.22", features = ["extra-traits"] }

[package.metadata.release]
Expand Down
16 changes: 7 additions & 9 deletions altium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,24 @@ description = "A library for processing Altium file types"
[dependencies]
altium-macros = { path = "../altium-macros", version = "0.2.1" }
base64 = "0.21.5"
# Use custom rev so we get debug outputs
# cfb = { git = "https://github.com/mdsteele/rust-cfb.git", rev = "5c5279d6" }
cfb = "0.8.1"
cfb = "0.9.0"
flate2 = "1.0.28"
# image = "0.24.6"
image = { version = "0.24.7", default-features = false, features = ["png", "bmp", "jpeg"] }
lazy_static = "1.4.0"
log = "0.4.20"
num_enum = "0.7.0"
quick-xml = "0.30.0"
num_enum = "0.7.1"
quick-xml = "0.31.0"
regex = "1.10.2"
rust-ini = "0.19.0"
serde = "1.0.189"
rust-ini = "0.20.0"
serde = "1.0.193"
serde-xml-rs = "0.6.0"
svg = "0.14.0"
uuid = { version = "1.5.0", features = ["v1", "v4", "fast-rng"]}
uuid = { version = "1.6.1", features = ["v1", "v4", "fast-rng"]}
xml-rs = "0.8.19"

[dev-dependencies]
env_logger = "0.10.0"
env_logger = "0.10.1"

[package.metadata.release]
shared-version = true
Expand Down

0 comments on commit bfdcecb

Please sign in to comment.