Skip to content

Commit

Permalink
Update Rust crate async-trait to 0.1.85
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Jan 25, 2025
1 parent 888f90d commit 8ed6a86
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
11 changes: 6 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ approx = "0.5.1"
assert_matches = "1.5.0"
assert_cmd = "2.0.16"
async-bb8-diesel = "0.2"
async-trait = "0.1.83"
async-trait = "0.1.85"
atomicwrites = "0.4.4"
authz-macros = { path = "nexus/authz-macros" }
aws-lc-rs = "1.10.0"
Expand Down
6 changes: 4 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ hyper = { version = "1.5.2", features = ["full"] }
idna = { version = "1.0.3" }
indexmap = { version = "2.7.0", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
itertools = { version = "0.10.5" }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
lalrpop-util = { version = "0.19.12" }
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
libc = { version = "0.2.169", features = ["extra_traits"] }
Expand Down Expand Up @@ -189,7 +190,8 @@ hyper = { version = "1.5.2", features = ["full"] }
idna = { version = "1.0.3" }
indexmap = { version = "2.7.0", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
itertools = { version = "0.10.5" }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
lalrpop-util = { version = "0.19.12" }
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
libc = { version = "0.2.169", features = ["extra_traits"] }
Expand Down

0 comments on commit 8ed6a86

Please sign in to comment.