Skip to content

Commit

Permalink
chore(deps): update non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 7c557c2 commit 32170fc
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
24 changes: 12 additions & 12 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 crates/oaclt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ version = "0.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
rust-version = "1.73.0"
rust-version = "1.81.0"

[dependencies]
derive_more = "0.99.17"
duplicate = "1.0.0"
oaclt_macros = { path = "../oaclt_macros" }
thiserror = "1.0.49"
thiserror = "1.0.64"

[dependencies.windows]
version = "0.51.1"
Expand Down
8 changes: 4 additions & 4 deletions crates/oaclt_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ version = "0.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
rust-version = "1.73.0"
rust-version = "1.81.0"

[lib]
proc-macro = true

[dependencies]
itertools = "0.11.0"
proc-macro2 = "1.0.69"
quote = "1.0.33"
syn = "2.0.38"
proc-macro2 = "1.0.86"
quote = "1.0.37"
syn = "2.0.79"
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.73.0
1.81.0

0 comments on commit 32170fc

Please sign in to comment.