Skip to content

Commit

Permalink
Merge pull request #34 from koooosh/1.21-rust-updates
Browse files Browse the repository at this point in the history
Rust dependency updates
  • Loading branch information
koooosh authored Jul 17, 2024
2 parents 960cc1e + 97fa81d commit 7c4561a
Show file tree
Hide file tree
Showing 16 changed files with 515 additions and 436 deletions.
916 changes: 497 additions & 419 deletions sources/Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sources/api/apiclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build = "build.rs"
exclude = ["README.md"]

[dependencies]
base64 = "0.21"
base64 = "0.22"
constants = { path = "../../constants", version = "0.1" }
datastore = { path = "../datastore", version = "0.1" }
futures = { version = "0.3", default-features = false }
Expand All @@ -34,7 +34,7 @@ snafu = { version = "0.8", features = ["futures"] }
tokio = { version = "~1.32", default-features = false, features = ["fs", "io-std", "io-util", "macros", "rt-multi-thread", "time"] } # LTS
tokio-tungstenite = { version = "0.20", default-features = false, features = ["connect"] }
toml = "0.8"
unindent = "0.1"
unindent = "0.2"
url = "2"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion sources/api/bootstrap-containers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build = "build.rs"
exclude = ["README.md"]

[dependencies]
base64 = "0.21"
base64 = "0.22"
constants = { path = "../../constants", version = "0.1" }
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion sources/api/schnauzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ testfakes = []
apiclient = { path = "../apiclient", version = "0.1" }
argh = "0.1"
async-trait = "0.1"
base64 = "0.21"
base64 = "0.22"
cached = { version = "0.49", features = ["async"] }
constants = { path = "../../constants", version = "0.1" }
bottlerocket-release = { path = "../../bottlerocket-release", version = "0.1" }
Expand Down
2 changes: 1 addition & 1 deletion sources/api/shibaken/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude = ["README.md"]

[dependencies]
argh = "0.1"
base64 = "0.21"
base64 = "0.22"
imdsclient = { path = "../../imdsclient", version = "0.1" }
log = "0.4"
serde = { version = "1", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion sources/api/thar-be-settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apiclient = { path = "../apiclient", version = "0.1" }
constants = { path = "../../constants", version = "0.1" }
handlebars = "4"
http = "0.2"
itertools = "0.10"
itertools = "0.13"
log = "0.4"
models = { path = "../../models", version = "0.1" }
nix = "0.26"
Expand Down
2 changes: 1 addition & 1 deletion sources/api/thar-be-updates/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ chrono = { version = "0.4", default-features = false, features = ["std", "serde"
fs2 = "0.4"
log = "0.4"
nix = "0.26"
num-derive = "0.3"
num-derive = "0.4"
num-traits = "0.2"
semver = { version = "1", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
Expand Down
1 change: 1 addition & 0 deletions sources/clarify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ license-files = [
# > - all other files use a GPLv2 license, unless explicitly stated otherwise
expression = "MIT AND BSD-2-Clause"
license-files = [
{ path = "LICENSE", hash = 0xecc8e9c8 },
{ path = "liblz4/lib/LICENSE", hash = 0xe411c460 },
]
skip-files = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude = ["README.md"]

[dependencies]
async-trait = "0.1"
env_logger = "0.10"
env_logger = "0.11"
flate2 = { version = "1", default-features = false, features = ["rust_backend"] }
log = "0.4"
retry-read = { path = "../../retry-read", version = "0.1" }
Expand All @@ -24,5 +24,5 @@ toml = "0.8"
generate-readme = { version = "0.1", path = "../../generate-readme" }

[dev-dependencies]
hex-literal = "0.3"
hex-literal = "0.4"
lazy_static = "1"
4 changes: 2 additions & 2 deletions sources/early-boot-config/early-boot-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ exclude = ["README.md"]
[dependencies]
apiclient = { path = "../../api/apiclient", version = "0.1" }
async-trait = "0.1"
base64 = "0.21"
base64 = "0.22"
constants = { path = "../../constants", version = "0.1" }
early-boot-config-provider = { path = "../early-boot-config-provider", version = "0.1" }
env_logger = "0.10"
env_logger = "0.11"
http = "0.2"
log = "0.4"
serde_json = "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
exclude = ["README.md"]

[dependencies]
base64 = "0.21"
base64 = "0.22"
log = "0.4"
serde = { version = "1", features = ["derive"] }
serde-xml-rs = "0.6"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
exclude = ["README.md"]

[dependencies]
base64 = "0.21"
base64 = "0.22"
log = "0.4"
serde = { version = "1", features = ["derive"] }
serde_plain = "1"
Expand Down
2 changes: 1 addition & 1 deletion sources/ghostdog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude = ["README.md"]
[dependencies]
argh = "0.1"
gptman = { version = "1", default-features = false }
hex-literal = "0.3"
hex-literal = "0.4"
lazy_static = "1"
signpost = { path = "../updater/signpost", version = "0.1" }
snafu = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion sources/netdog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ indexmap = { version = "1", features = ["serde"] }
envy = "0.4"
lazy_static = "1"
systemd-derive = { path = "systemd-derive", version = "0.1" }
quick-xml = { version = "0.26", features = ["serialize"] }
quick-xml = { version = "0.36", features = ["serialize"] }
rand = { version = "0.8", default-features = false, features = ["std", "std_rng"] }
regex = "1"
serde = { version = "1", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion sources/static-pods/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build = "build.rs"
exclude = ["README.md"]

[dependencies]
base64 = "0.21"
base64 = "0.22"
log = "0.4"
serde = { version = "1", features = ["default"]}
simplelog = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion sources/updater/signpost/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude = ["README.md"]
bit_field = "0.10"
block-party = { path = "../block-party", version = "0.1" }
gptman = { version = "1", default-features = false }
hex-literal = "0.3"
hex-literal = "0.4"
serde = { version = "1", features = ["derive"] }
serde_plain = "1"
snafu = { version = "0.8", default-features = false, features = ["std"] }

0 comments on commit 7c4561a

Please sign in to comment.