Skip to content

Commit

Permalink
Update Rust crate const_format to 0.2.34
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 783997b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
15 changes: 8 additions & 7 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 @@ -350,7 +350,7 @@ cockroach-admin-api = { path = "cockroach-admin/api" }
cockroach-admin-client = { path = "clients/cockroach-admin-client" }
cockroach-admin-types = { path = "cockroach-admin/types" }
colored = "2.1"
const_format = "0.2.33"
const_format = "0.2.34"
cookie = "0.18"
criterion = { version = "0.5.1", features = [ "async_tokio" ] }
crossbeam = "0.8"
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 783997b

Please sign in to comment.