Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 2b1e096

Browse files
authored
Merge branch 'main' into azure-crates
2 parents e5aa6e3 + b2e6a07 commit 2b1e096

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

src/agent/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/agent/coverage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ pretty_assertions = "1.4.0"
3838
insta = { version = "1.31.0", features = ["glob"] }
3939
coverage = { path = "../coverage" }
4040
cc = "1.0"
41-
tempfile = "3.7.0"
41+
tempfile = "3.8.0"
4242
dunce = "1.0"

src/agent/debuggable-module/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66

77
[dependencies]
88
anyhow = "1.0"
9-
elsa = "1.8.1"
9+
elsa = "1.9.0"
1010
gimli = "0.27.2"
1111
goblin = "0.6"
1212
iced-x86 = "1.20"

src/agent/onefuzz-task/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ strum = "0.25"
4646
strum_macros = "0.25"
4747
stacktrace-parser = { path = "../stacktrace-parser" }
4848
storage-queue = { path = "../storage-queue" }
49-
tempfile = "3.7.0"
49+
tempfile = "3.8.0"
5050
thiserror = "1.0"
5151
tokio = { version = "1.32", features = ["full"] }
5252
tokio-util = { version = "0.7", features = ["full"] }

src/agent/onefuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ url-escape = "0.1.0"
4040
storage-queue = { path = "../storage-queue" }
4141
strum = "0.25"
4242
strum_macros = "0.25"
43-
tempfile = "3.7.0"
43+
tempfile = "3.8.0"
4444
process_control = "4.0"
4545
reqwest-retry = { path = "../reqwest-retry" }
4646
onefuzz-telemetry = { path = "../onefuzz-telemetry" }

src/agent/win-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ features = [
3333
]
3434

3535
[dev-dependencies]
36-
tempfile = "3.7.0"
36+
tempfile = "3.8.0"

src/ci/set-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ SET_VERSIONS="src/pytypes/onefuzztypes/__version__.py src/cli/onefuzz/__version_
1414
SET_REQS="src/cli/requirements.txt"
1515

1616
sed -i "s/0.0.0/${VERSION}/" ${SET_VERSIONS}
17-
sed -i "s/onefuzztypes==0.0.0/onefuzztypes==${VERSION}/" ${SET_REQS}
17+
sed -i "s/onefuzztypes~=0.0.0/onefuzztypes==${VERSION}/" ${SET_REQS}

src/ci/unset-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ SET_VERSIONS="src/pytypes/onefuzztypes/__version__.py src/cli/onefuzz/__version_
1212
SET_REQS="src/cli/requirements.txt"
1313

1414
sed -i 's/__version__ = .*/__version__ = "0.0.0"/' ${SET_VERSIONS}
15-
sed -i "s/onefuzztypes==.*/onefuzztypes==0.0.0/" ${SET_REQS}
15+
sed -i "s/onefuzztypes==.*/onefuzztypes~=0.0.0/" ${SET_REQS}

src/cli/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ opentelemetry-instrumentation-requests==0.37b0
2121
# install rsa version >=4.7 to fix CVE-2020-25658
2222
rsa>=4.7
2323
# onefuzztypes version is set during build
24-
onefuzztypes==0.0.0
24+
onefuzztypes~=0.0.0

src/proxy-manager/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)