Skip to content

Commit

Permalink
Further bump dependencies slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerkindt committed Jan 16, 2024
1 parent e4a7c11 commit 46aeb5d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ required-features = ["model"]


[dependencies]
backtrace = "0.3.9"
backtrace = "0.3.69"
clap = "2.34.0"
codegen = "0.1.3"
byteorder = "1.2.4"
serde = "1.0.115"
serde_derive = "1.0.115"
byteorder = "1.5.0"
serde = "1.0.195"
serde_derive = "1.0.195"

# feature asn1rs-*
asn1rs-model = { version = "0.3.0", path = "asn1rs-model", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion asn1rs-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ debug-proc-macro = []
[dependencies]
asn1rs-model = { version = "0.3.0", path = "../asn1rs-model" }
syn = { version = "1.0.109", features = ["full", "visit", "extra-traits"] }
quote = "1.0.3"
quote = "1.0.35"
10 changes: 5 additions & 5 deletions asn1rs-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ license = "MIT/Apache-2.0"
readme = "README.md"

[dependencies]
backtrace = "0.3.9"
backtrace = "0.3.69"
codegen = "0.1.3"
syn = {version = "1.0.109", features = ["full", "extra-traits"] }
quote = "1.0.3"
proc-macro2 = "1.0.10"
strum = "0.19.2"
strum_macros = "0.19.2"
quote = "1.0.35"
proc-macro2 = "1.0.76"
strum = "0.19.5"
strum_macros = "0.19.4"

[features]
default = []
Expand Down

0 comments on commit 46aeb5d

Please sign in to comment.