Skip to content

Commit

Permalink
build(rust): manually upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbenavides committed Feb 28, 2025
1 parent 500aead commit fd30605
Show file tree
Hide file tree
Showing 11 changed files with 70 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
persist-credentials: false

- name: Analyze
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186
with:
results_file: results.sarif
results_format: sarif
Expand Down
64 changes: 47 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ This file contains attributions for any 3rd-party open source code used in this
| windows_x86_64_msvc | MIT, Apache-2.0 | https://crates.io/crates/windows_x86_64_msvc |
| winnow | MIT | https://crates.io/crates/winnow |
| winsafe | MIT | https://crates.io/crates/winsafe |
| wit-bindgen-rt | Apache-2.0 WITH LLVM-exception, Apache-2.0, MIT | https://crates.io/crates/wit-bindgen-rt |
| write16 | Apache-2.0, MIT | https://crates.io/crates/write16 |
| writeable | Unicode-3.0 | https://crates.io/crates/writeable |
| x11-clipboard | MIT | https://crates.io/crates/x11-clipboard |
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ opentelemetry_sdk = { version = "0.27", features = ["logs", "metrics", "trace",
quickcheck = "1.0.1"
quickcheck_macros = "1.0.0"
serial_test = "3.0.0"
tempfile = "3.10.1"
tempfile = "3.17.1"
tokio = { version = "1.41.0", features = ["full"] }
tracing-core = "0.1.32"
treeline = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_app_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tracing = { version = "0.1", default-features = false }

[dev-dependencies]
ockam_api = { path = "../ockam_api", version = "0.90.0", default-features = false, features = ["test-utils"] }
tempfile = { version = "3.10.1" }
tempfile = { version = "3.17.1" }

[build-dependencies]
cbindgen = { version = "0.26", default-features = false }
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ mockito = "1.5.0"
ockam_api = { path = "../ockam_api", version = "0.90.0", default-features = false, features = ["test-utils"] }
ockam_macros = { path = "../ockam_macros", version = "^0.37.0" }
serial_test = "3.0.0"
tempfile = "3.10.1"
tempfile = "3.17.1"

[features]
default = ["rust-crypto", "privileged_portals"]
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ ockam_vault_aws = { path = "../ockam_vault_aws" }
quickcheck = "1.0.3"
rand_xorshift = "0"
serde_json = "1.0"
tempfile = { version = "3.10.1" }
tempfile = { version = "3.17.1" }
tokio = { version = "1.41.0", features = ["full"] }
zeroize = { version = "1.8.1" }

Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ sqlx = { version = "0.8.3", optional = true, default-features = false, features
sqlx-core = { version = "0.8.3", optional = true, default-features = false }
sqlx-postgres = { version = "0.8.2", optional = true, default-features = false }
sqlx-sqlite = { version = "0.8.2", optional = true, default-features = false }
tempfile = { version = "3.10.1", optional = true }
tempfile = { version = "3.17.1", optional = true }
time = { version = "0.3.36", default-features = false, optional = true }
tokio = { version = "1.41", default-features = false, optional = true, features = ["sync", "time", "rt", "rt-multi-thread", "macros"] }
tokio-retry = { version = "0.3.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_vault/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ zeroize = { version = "1.8.1", features = ["zeroize_derive"] }
[dev-dependencies]
serde_bare = { version = "0.5.0" }
serde_json = { version = "1" }
tempfile = { version = "3.10.1" }
tempfile = { version = "3.17.1" }
tokio = { version = "1.41", features = ["full"] }
trybuild = { version = "1.0", features = ["diff"] }

Expand Down
4 changes: 2 additions & 2 deletions implementations/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"prettier": "^3.4.1",
"prettier": "^3.5.2",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
26 changes: 13 additions & 13 deletions implementations/typescript/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd30605

Please sign in to comment.