Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{core,types}/fuzz: update dependencies #277

Merged
merged 2 commits into from
Jul 11, 2023
Merged

Conversation

0x2ec
Copy link
Contributor

@0x2ec 0x2ec commented Jul 4, 2023

Updates Cargo.toml files for the fuzz binaries, fixes up the fuzzer runners, and update Cargo.lock.

@@ -11,20 +11,12 @@ cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4"
bytes = "1.0.1"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1.28", features = ["full"] }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if specifying a minor version of tokio is desired - I can remove this.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some users had problems with minor versions colliding with their own lock files so I took them off to make it easier for them. I don't think it matters on the fuzz file though

@locka99 locka99 merged commit ac84805 into locka99:master Jul 11, 2023
@0x2ec
Copy link
Contributor Author

0x2ec commented Jul 13, 2023

@locka99 thanks for the merge!

@0x2ec 0x2ec deleted the update-fuzz branch July 13, 2023 13:58
pascalporedda added a commit to pascalporedda/opcua that referenced this pull request Oct 9, 2023
* upstream/master: (26 commits)
  Update document
  Remove some deprecation warnings, make the code easier to read
  Update cargo deps and test failure
  Fix a failing test
  Remove unused import
  Update exported sample files
  Bump bumpalo from 3.10.0 to 3.12.0 (locka99#263)
  Bump openssl-src from 111.22.0+1.1.1q to 111.25.0+1.1.1t (locka99#261)
  Bump tokio from 1.20.1 to 1.20.4 (locka99#262)
  {core,types}/fuzz: update dependencies (locka99#277)
  Update openssl 0.10.41 -> 0.10.55 (locka99#278)
  Update client.md (locka99#269)
  impl from Variant for primitives and prim. arrays, bool casting extended (locka99#266)
  Run cargo fix
  Update Cargo.lock file
  Remove time crate and cleanup some time functions (locka99#260)
  Fix typo
  Bump xml2js from 0.4.23 to 0.5.0 in /tools/schema (locka99#259)
  Update dependencies
  Fix compiler warning
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants