Skip to content

Commit

Permalink
fix(deps): update rust crate ci_info to 0.14.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 4, 2023
1 parent ec6d2dd commit 90b4268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1433,9 +1433,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "ci_info"
version = "0.14.11"
version = "0.14.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6eb8c8d139abf8673b1805f52f6ad398825e24c397dc9ac8283fe588dd6c80d9"
checksum = "c491fdd632ac84146d58c3a27970528fd171a629f0ec93c71941e8d3712a2b0a"
dependencies = [
"envmnt",
"serde",
Expand Down
2 changes: 1 addition & 1 deletion apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ clap = { version = "4.4.6", default-features = false, features = [
"help",
] }
console-subscriber = { version = "0.1.10", optional = true }
ci_info = { version = "0.14.11", features = ["serde-1"] }
ci_info = { version = "0.14.12", features = ["serde-1"] }
dashmap = { version = "5.5.3", features = ["serde"] }
derivative = "2.2.0"
derive_more = { version = "0.99.17", default-features = false, features = [
Expand Down

0 comments on commit 90b4268

Please sign in to comment.